Html Css Color HEX #EA5891 Dark Pink

📋 copy color: '#EA5891'

red 234 ◦ green 88 ◦ blue 145

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

Shades of Dark Pink #EA5891

Tints of Dark Pink #EA5891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 50.11%
G = 18.84%
B = 31.05%

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

#EA5891 (or 0xEA5891) is known color: Dark Pink. HEX triplet: EA, 58 and 91. RGB value is (234,88,145). Sum of RGB (Red+Green+Blue) = 234+88+145=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5891 is #15A76E. Grayscale: #8A8A8A. Windows color (decimal): -1419119 or 9525482. OLE color: 9525482.

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

Color convert

RGB 234 88 145 -
CMYK 0 0.62 0.38 0.08
HSL 336.58º 0.78% 0.63% -
HSV(B) 336.58º 0.62% 0.92% -
XYZ 42.53 26.52 29.66 -
YUV 138.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 234 88 145 0 0.62 0.38 0.08 336.58 0.78 0.63
Hex EA 58 91 0 3E 26 8 151 4E 3F
Octal 352 130 221 0 76 46 10 521 116 77
Binary 11101010 1011000 10010001 0 111110 100110 1000 101010001 1001110 111111

Color Harmonies of #EA5891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5891

Black with #EA5891

Text Example


Text Example

White with #EA5891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5891; }

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

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

background-color css

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

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

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

border-color css

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

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

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