Html Css Color HEX #EA5880 Dark Pink

📋 copy color: '#EA5880'

red 234 ◦ green 88 ◦ blue 128

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

Shades of Dark Pink #EA5880

Tints of Dark Pink #EA5880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 52%
G = 19.56%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA5880 (or 0xEA5880) is known color: Dark Pink. HEX triplet: EA, 58 and 80. RGB value is (234,88,128). Sum of RGB (Red+Green+Blue) = 234+88+128=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5880 is #15A77F. Grayscale: #888888. Windows color (decimal): -1419136 or 8411370. OLE color: 8411370.

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

Color convert

RGB 234 88 128 -
CMYK 0 0.62 0.45 0.08
HSL 343.56º 0.78% 0.63% -
HSV(B) 343.56º 0.62% 0.92% -
XYZ 41.32 26.03 23.27 -
YUV 136.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 234 88 128 0 0.62 0.45 0.08 343.56 0.78 0.63
Hex EA 58 80 0 3E 2D 8 158 4E 3F
Octal 352 130 200 0 76 55 10 530 116 77
Binary 11101010 1011000 10000000 0 111110 101101 1000 101011000 1001110 111111

Color Harmonies of #EA5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5880

Black with #EA5880

Text Example


Text Example

White with #EA5880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5880; }

 p { color: rgb(234,88,128); }

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

background-color css

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

 a { background-color: rgb(234,88,128); }

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

border-color css

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

 span { border-color: rgb(234,88,128); }

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