Html Css Color HEX #E85589 Dark Pink

📋 copy color: '#E85589'

red 232 ◦ green 85 ◦ blue 137

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

Shades of Dark Pink #E85589

Tints of Dark Pink #E85589

RGB

 RED value IS 232 (91.02% from 255) = 51.1%

 GREEN value IS 85 (33.59% from 255) = 18.72%

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

R = 51.1%
G = 18.72%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E85589 (or 0xE85589) is known color: Dark Pink. HEX triplet: E8, 55 and 89. RGB value is (232,85,137). Sum of RGB (Red+Green+Blue) = 232+85+137=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E85589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85589 is #17AA76. Grayscale: #868686. Windows color (decimal): -1550967 or 9000424. OLE color: 9000424.

HSL color Cylindrical-coordinate representation of color #E85589: hue angle of 338.78º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85589 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 137 -
CMYK 0 0.63 0.41 0.09
HSL 338.78º 0.76% 0.62% -
HSV(B) 338.78º 0.63% 0.91% -
XYZ 41.04 25.46 26.42 -
YUV 134.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 232 85 137 0 0.63 0.41 0.09 338.78 0.76 0.62
Hex E8 55 89 0 3F 29 9 153 4C 3E
Octal 350 125 211 0 77 51 11 523 114 76
Binary 11101000 1010101 10001001 0 111111 101001 1001 101010011 1001100 111110

Color Harmonies of #E85589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85589

Black with #E85589

Text Example


Text Example

White with #E85589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85589; }

 p { color: rgb(232,85,137); }

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

background-color css

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

 a { background-color: rgb(232,85,137); }

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

border-color css

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

 span { border-color: rgb(232,85,137); }

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