Html Css Color HEX #EA578D Dark Pink

📋 copy color: '#EA578D'

red 234 ◦ green 87 ◦ blue 141

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

Shades of Dark Pink #EA578D

Tints of Dark Pink #EA578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.83%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 50.65%
G = 18.83%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA578D (or 0xEA578D) is known color: Dark Pink. HEX triplet: EA, 57 and 8D. RGB value is (234,87,141). Sum of RGB (Red+Green+Blue) = 234+87+141=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA578D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA578D is #15A872. Grayscale: #898989. Windows color (decimal): -1419379 or 9263082. OLE color: 9263082.

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

Color convert

RGB 234 87 141 -
CMYK 0 0.63 0.40 0.08
HSL 337.96º 0.78% 0.63% -
HSV(B) 337.96º 0.63% 0.92% -
XYZ 42.15 26.23 28.04 -
YUV 137.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 234 87 141 0 0.63 0.40 0.08 337.96 0.78 0.63
Hex EA 57 8D 0 3F 28 8 152 4E 3F
Octal 352 127 215 0 77 50 10 522 116 77
Binary 11101010 1010111 10001101 0 111111 101000 1000 101010010 1001110 111111

Color Harmonies of #EA578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA578D

Black with #EA578D

Text Example


Text Example

White with #EA578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA578D; }

 p { color: rgb(234,87,141); }

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

background-color css

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

 a { background-color: rgb(234,87,141); }

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

border-color css

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

 span { border-color: rgb(234,87,141); }

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