Html Css Color HEX #EA5688 Dark Pink

📋 copy color: '#EA5688'

red 234 ◦ green 86 ◦ blue 136

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

Shades of Dark Pink #EA5688

Tints of Dark Pink #EA5688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.82%

R = 51.32%
G = 18.86%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA5688 (or 0xEA5688) is known color: Dark Pink. HEX triplet: EA, 56 and 88. RGB value is (234,86,136). Sum of RGB (Red+Green+Blue) = 234+86+136=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5688 is #15A977. Grayscale: #878787. Windows color (decimal): -1419640 or 8935146. OLE color: 8935146.

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

Color convert

RGB 234 86 136 -
CMYK 0 0.63 0.42 0.08
HSL 339.73º 0.78% 0.63% -
HSV(B) 339.73º 0.63% 0.92% -
XYZ 41.7 25.93 26.1 -
YUV 135.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 234 86 136 0 0.63 0.42 0.08 339.73 0.78 0.63
Hex EA 56 88 0 3F 2A 8 154 4E 3F
Octal 352 126 210 0 77 52 10 524 116 77
Binary 11101010 1010110 10001000 0 111111 101010 1000 101010100 1001110 111111

Color Harmonies of #EA5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5688

Black with #EA5688

Text Example


Text Example

White with #EA5688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5688; }

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

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

background-color css

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

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

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

border-color css

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

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

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