Html Css Color HEX #EA588A Dark Pink

📋 copy color: '#EA588A'

red 234 ◦ green 88 ◦ blue 138

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

Shades of Dark Pink #EA588A

Tints of Dark Pink #EA588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 50.87%
G = 19.13%
B = 30%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA588A (or 0xEA588A) is known color: Dark Pink. HEX triplet: EA, 58 and 8A. RGB value is (234,88,138). Sum of RGB (Red+Green+Blue) = 234+88+138=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA588A is #15A775. Grayscale: #898989. Windows color (decimal): -1419126 or 9066730. OLE color: 9066730.

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

Color convert

RGB 234 88 138 -
CMYK 0 0.62 0.41 0.08
HSL 339.45º 0.78% 0.63% -
HSV(B) 339.45º 0.62% 0.92% -
XYZ 42.01 26.31 26.91 -
YUV 137.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 234 88 138 0 0.62 0.41 0.08 339.45 0.78 0.63
Hex EA 58 8A 0 3E 29 8 153 4E 3F
Octal 352 130 212 0 76 51 10 523 116 77
Binary 11101010 1011000 10001010 0 111110 101001 1000 101010011 1001110 111111

Color Harmonies of #EA588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA588A

Black with #EA588A

Text Example


Text Example

White with #EA588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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