Html Css Color HEX #EA577B Dark Pink

📋 copy color: '#EA577B'

red 234 ◦ green 87 ◦ blue 123

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

Shades of Dark Pink #EA577B

Tints of Dark Pink #EA577B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 52.7%
G = 19.59%
B = 27.7%

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

#EA577B (or 0xEA577B) is known color: Dark Pink. HEX triplet: EA, 57 and 7B. RGB value is (234,87,123). Sum of RGB (Red+Green+Blue) = 234+87+123=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA577B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA577B is #15A884. Grayscale: #878787. Windows color (decimal): -1419397 or 8083434. OLE color: 8083434.

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

Color convert

RGB 234 87 123 -
CMYK 0 0.63 0.47 0.08
HSL 345.31º 0.78% 0.63% -
HSV(B) 345.31º 0.63% 0.92% -
XYZ 40.92 25.74 21.55 -
YUV 135.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 234 87 123 0 0.63 0.47 0.08 345.31 0.78 0.63
Hex EA 57 7B 0 3F 2F 8 159 4E 3F
Octal 352 127 173 0 77 57 10 531 116 77
Binary 11101010 1010111 1111011 0 111111 101111 1000 101011001 1001110 111111

Color Harmonies of #EA577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA577B

Black with #EA577B

Text Example


Text Example

White with #EA577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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