Html Css Color HEX #EA6387 Deep Blush

📋 copy color: '#EA6387'

red 234 ◦ green 99 ◦ blue 135

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

Shades of Deep Blush #EA6387

Tints of Deep Blush #EA6387

RGB

 RED value IS 234 (91.8% from 255) = 50%

 GREEN value IS 99 (39.06% from 255) = 21.15%

 BLUE value IS 135 (53.13% from 255) = 28.85%

R = 50%
G = 21.15%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA6387 (or 0xEA6387) is known color: Deep Blush. HEX triplet: EA, 63 and 87. RGB value is (234,99,135). Sum of RGB (Red+Green+Blue) = 234+99+135=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6387 is #159C78. Grayscale: #8F8F8F. Windows color (decimal): -1416313 or 8872938. OLE color: 8872938.

HSL color Cylindrical-coordinate representation of color #EA6387: hue angle of 344º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6387 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 135 -
CMYK 0 0.58 0.42 0.08
HSL 344º 0.76% 0.65% -
HSV(B) 344º 0.58% 0.92% -
XYZ 42.77 28.17 26.1 -
YUV 143.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 234 99 135 0 0.58 0.42 0.08 344 0.76 0.65
Hex EA 63 87 0 3A 2A 8 158 4C 41
Octal 352 143 207 0 72 52 10 530 114 101
Binary 11101010 1100011 10000111 0 111010 101010 1000 101011000 1001100 1000001

Color Harmonies of #EA6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6387

Black with #EA6387

Text Example


Text Example

White with #EA6387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6387; }

 p { color: rgb(234,99,135); }

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

background-color css

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

 a { background-color: rgb(234,99,135); }

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

border-color css

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

 span { border-color: rgb(234,99,135); }

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