Html Css Color HEX #EA5689 Dark Pink

📋 copy color: '#EA5689'

red 234 ◦ green 86 ◦ blue 137

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

Shades of Dark Pink #EA5689

Tints of Dark Pink #EA5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.82%

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

R = 51.2%
G = 18.82%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA5689 (or 0xEA5689) is known color: Dark Pink. HEX triplet: EA, 56 and 89. RGB value is (234,86,137). Sum of RGB (Red+Green+Blue) = 234+86+137=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5689 is #15A976. Grayscale: #888888. Windows color (decimal): -1419639 or 9000682. OLE color: 9000682.

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

Color convert

RGB 234 86 137 -
CMYK 0 0.63 0.41 0.08
HSL 339.32º 0.78% 0.63% -
HSV(B) 339.32º 0.63% 0.92% -
XYZ 41.77 25.95 26.47 -
YUV 136.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 234 86 137 0 0.63 0.41 0.08 339.32 0.78 0.63
Hex EA 56 89 0 3F 29 8 153 4E 3F
Octal 352 126 211 0 77 51 10 523 116 77
Binary 11101010 1010110 10001001 0 111111 101001 1000 101010011 1001110 111111

Color Harmonies of #EA5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5689

Black with #EA5689

Text Example


Text Example

White with #EA5689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5689; }

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

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

background-color css

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

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

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

border-color css

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

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

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