Html Css Color HEX #EA577D Dark Pink

📋 copy color: '#EA577D'

red 234 ◦ green 87 ◦ blue 125

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

Shades of Dark Pink #EA577D

Tints of Dark Pink #EA577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 52.47%
G = 19.51%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA577D (or 0xEA577D) is known color: Dark Pink. HEX triplet: EA, 57 and 7D. RGB value is (234,87,125). Sum of RGB (Red+Green+Blue) = 234+87+125=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA577D is #15A882. Grayscale: #878787. Windows color (decimal): -1419395 or 8214506. OLE color: 8214506.

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

Color convert

RGB 234 87 125 -
CMYK 0 0.63 0.47 0.08
HSL 344.49º 0.78% 0.63% -
HSV(B) 344.49º 0.63% 0.92% -
XYZ 41.04 25.79 22.22 -
YUV 135.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 234 87 125 0 0.63 0.47 0.08 344.49 0.78 0.63
Hex EA 57 7D 0 3F 2F 8 158 4E 3F
Octal 352 127 175 0 77 57 10 530 116 77
Binary 11101010 1010111 1111101 0 111111 101111 1000 101011000 1001110 111111

Color Harmonies of #EA577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA577D

Black with #EA577D

Text Example


Text Example

White with #EA577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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