Html Css Color HEX #EA5686 Dark Pink

📋 copy color: '#EA5686'

red 234 ◦ green 86 ◦ blue 134

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

Shades of Dark Pink #EA5686

Tints of Dark Pink #EA5686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 51.54%
G = 18.94%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA5686 (or 0xEA5686) is known color: Dark Pink. HEX triplet: EA, 56 and 86. RGB value is (234,86,134). Sum of RGB (Red+Green+Blue) = 234+86+134=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5686 is #15A979. Grayscale: #878787. Windows color (decimal): -1419642 or 8804074. OLE color: 8804074.

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

Color convert

RGB 234 86 134 -
CMYK 0 0.63 0.43 0.08
HSL 340.54º 0.78% 0.63% -
HSV(B) 340.54º 0.63% 0.92% -
XYZ 41.56 25.87 25.36 -
YUV 135.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 234 86 134 0 0.63 0.43 0.08 340.54 0.78 0.63
Hex EA 56 86 0 3F 2B 8 155 4E 3F
Octal 352 126 206 0 77 53 10 525 116 77
Binary 11101010 1010110 10000110 0 111111 101011 1000 101010101 1001110 111111

Color Harmonies of #EA5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5686

Black with #EA5686

Text Example


Text Example

White with #EA5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5686; }

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

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

background-color css

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

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

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

border-color css

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

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

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