Html Css Color HEX #EA5574 Dark Pink

📋 copy color: '#EA5574'

red 234 ◦ green 85 ◦ blue 116

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

Shades of Dark Pink #EA5574

Tints of Dark Pink #EA5574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 53.79%
G = 19.54%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA5574 (or 0xEA5574) is known color: Dark Pink. HEX triplet: EA, 55 and 74. RGB value is (234,85,116). Sum of RGB (Red+Green+Blue) = 234+85+116=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5574 is #15AA8B. Grayscale: #858585. Windows color (decimal): -1419916 or 7624170. OLE color: 7624170.

HSL color Cylindrical-coordinate representation of color #EA5574: hue angle of 347.52º 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 #EA5574 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 116 -
CMYK 0 0.64 0.50 0.08
HSL 347.52º 0.78% 0.63% -
HSV(B) 347.52º 0.64% 0.92% -
XYZ 40.33 25.25 19.27 -
YUV 133.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 234 85 116 0 0.64 0.50 0.08 347.52 0.78 0.63
Hex EA 55 74 0 40 32 8 15C 4E 3F
Octal 352 125 164 0 100 62 10 534 116 77
Binary 11101010 1010101 1110100 0 1000000 110010 1000 101011100 1001110 111111

Color Harmonies of #EA5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5574

Black with #EA5574

Text Example


Text Example

White with #EA5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5574; }

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

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

background-color css

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

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

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

border-color css

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

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

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