Html Css Color HEX #EA5890 Dark Pink

📋 copy color: '#EA5890'

red 234 ◦ green 88 ◦ blue 144

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

Shades of Dark Pink #EA5890

Tints of Dark Pink #EA5890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 50.21%
G = 18.88%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA5890 (or 0xEA5890) is known color: Dark Pink. HEX triplet: EA, 58 and 90. RGB value is (234,88,144). Sum of RGB (Red+Green+Blue) = 234+88+144=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5890 is #15A76F. Grayscale: #898989. Windows color (decimal): -1419120 or 9459946. OLE color: 9459946.

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

Color convert

RGB 234 88 144 -
CMYK 0 0.62 0.38 0.08
HSL 336.99º 0.78% 0.63% -
HSV(B) 336.99º 0.62% 0.92% -
XYZ 42.46 26.49 29.26 -
YUV 138.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 234 88 144 0 0.62 0.38 0.08 336.99 0.78 0.63
Hex EA 58 90 0 3E 26 8 151 4E 3F
Octal 352 130 220 0 76 46 10 521 116 77
Binary 11101010 1011000 10010000 0 111110 100110 1000 101010001 1001110 111111

Color Harmonies of #EA5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5890

Black with #EA5890

Text Example


Text Example

White with #EA5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5890; }

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

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

background-color css

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

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

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

border-color css

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

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

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