Html Css Color HEX #EA557C Dark Pink

📋 copy color: '#EA557C'

red 234 ◦ green 85 ◦ blue 124

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

Shades of Dark Pink #EA557C

Tints of Dark Pink #EA557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 52.82%
G = 19.19%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA557C (or 0xEA557C) is known color: Dark Pink. HEX triplet: EA, 55 and 7C. RGB value is (234,85,124). Sum of RGB (Red+Green+Blue) = 234+85+124=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA557C is #15AA83. Grayscale: #858585. Windows color (decimal): -1419908 or 8148458. OLE color: 8148458.

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

Color convert

RGB 234 85 124 -
CMYK 0 0.64 0.47 0.08
HSL 344.3º 0.78% 0.63% -
HSV(B) 344.3º 0.64% 0.92% -
XYZ 40.82 25.44 21.83 -
YUV 134 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 234 85 124 0 0.64 0.47 0.08 344.3 0.78 0.63
Hex EA 55 7C 0 40 2F 8 158 4E 3F
Octal 352 125 174 0 100 57 10 530 116 77
Binary 11101010 1010101 1111100 0 1000000 101111 1000 101011000 1001110 111111

Color Harmonies of #EA557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA557C

Black with #EA557C

Text Example


Text Example

White with #EA557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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