Html Css Color HEX #EA5587 Dark Pink

📋 copy color: '#EA5587'

red 234 ◦ green 85 ◦ blue 135

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

Shades of Dark Pink #EA5587

Tints of Dark Pink #EA5587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.72%

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

R = 51.54%
G = 18.72%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA5587 (or 0xEA5587) is known color: Dark Pink. HEX triplet: EA, 55 and 87. RGB value is (234,85,135). Sum of RGB (Red+Green+Blue) = 234+85+135=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5587 is #15AA78. Grayscale: #878787. Windows color (decimal): -1419897 or 8869354. OLE color: 8869354.

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

Color convert

RGB 234 85 135 -
CMYK 0 0.64 0.42 0.08
HSL 339.87º 0.78% 0.63% -
HSV(B) 339.87º 0.64% 0.92% -
XYZ 41.55 25.74 25.7 -
YUV 135.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 234 85 135 0 0.64 0.42 0.08 339.87 0.78 0.63
Hex EA 55 87 0 40 2A 8 154 4E 3F
Octal 352 125 207 0 100 52 10 524 116 77
Binary 11101010 1010101 10000111 0 1000000 101010 1000 101010100 1001110 111111

Color Harmonies of #EA5587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5587

Black with #EA5587

Text Example


Text Example

White with #EA5587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5587; }

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

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

background-color css

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

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

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

border-color css

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

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

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