Html Css Color HEX #ED738C Deep Blush

📋 copy color: '#ED738C'

red 237 ◦ green 115 ◦ blue 140

#ED738C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #ED738C

Tints of Deep Blush #ED738C

RGB

 RED value IS 237 (92.97% from 255) = 48.17%

 GREEN value IS 115 (45.31% from 255) = 23.37%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 48.17%
G = 23.37%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED738C (or 0xED738C) is known color: Deep Blush. HEX triplet: ED, 73 and 8C. RGB value is (237,115,140). Sum of RGB (Red+Green+Blue) = 237+115+140=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED738C is #128C73. Grayscale: #9A9A9A. Windows color (decimal): -1215604 or 9204717. OLE color: 9204717.

HSL color Cylindrical-coordinate representation of color #ED738C: hue angle of 347.7º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED738C is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 140 -
CMYK 0 0.51 0.41 0.07
HSL 347.7º 0.77% 0.69% -
HSV(B) 347.7º 0.51% 0.93% -
XYZ 45.79 32.16 28.6 -
YUV 154.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 237 115 140 0 0.51 0.41 0.07 347.7 0.77 0.69
Hex ED 73 8C 0 33 29 7 15C 4D 45
Octal 355 163 214 0 63 51 7 534 115 105
Binary 11101101 1110011 10001100 0 110011 101001 111 101011100 1001101 1000101

Color Harmonies of #ED738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED738C

Black with #ED738C

Text Example


Text Example

White with #ED738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED738C; }

 p { color: rgb(237,115,140); }

 H1.HeaderClassName
 {
   color: #ED738C;
 }
 .AnyTagClassName
 {
   color: #ED738C;
 }
</style>

background-color css

<style>
 a { background-color: #ED738C; }

 a { background-color: rgb(237,115,140); }

 div.DivClassName
 {
   background-color: #ED738C;
 }
 .BgClassName
 {
   background-color: #ED738C;
 }
</style>

border-color css

<style>
 span { border-color: #ED738C; }

 span { border-color: rgb(237,115,140); }

 td.TdClassName
 {
   border-color: #ED738C;
 }
 .TagClassName
 {
   border-color: #ED738C;
 }
</style>