Html Css Color HEX #EA5489 Dark Pink

📋 copy color: '#EA5489'

red 234 ◦ green 84 ◦ blue 137

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

Shades of Dark Pink #EA5489

Tints of Dark Pink #EA5489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.46%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 51.43%
G = 18.46%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA5489 (or 0xEA5489) is known color: Dark Pink. HEX triplet: EA, 54 and 89. RGB value is (234,84,137). Sum of RGB (Red+Green+Blue) = 234+84+137=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5489 is #15AB76. Grayscale: #868686. Windows color (decimal): -1420151 or 9000170. OLE color: 9000170.

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

Color convert

RGB 234 84 137 -
CMYK 0 0.64 0.41 0.08
HSL 338.8º 0.78% 0.62% -
HSV(B) 338.8º 0.64% 0.92% -
XYZ 41.62 25.64 26.42 -
YUV 134.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 234 84 137 0 0.64 0.41 0.08 338.8 0.78 0.62
Hex EA 54 89 0 40 29 8 153 4E 3E
Octal 352 124 211 0 100 51 10 523 116 76
Binary 11101010 1010100 10001001 0 1000000 101001 1000 101010011 1001110 111110

Color Harmonies of #EA5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5489

Black with #EA5489

Text Example


Text Example

White with #EA5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5489; }

 p { color: rgb(234,84,137); }

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

background-color css

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

 a { background-color: rgb(234,84,137); }

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

border-color css

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

 span { border-color: rgb(234,84,137); }

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