Html Css Color HEX #E85989 Dark Pink

📋 copy color: '#E85989'

red 232 ◦ green 89 ◦ blue 137

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

Shades of Dark Pink #E85989

Tints of Dark Pink #E85989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.43%

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

R = 50.66%
G = 19.43%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E85989 (or 0xE85989) is known color: Dark Pink. HEX triplet: E8, 59 and 89. RGB value is (232,89,137). Sum of RGB (Red+Green+Blue) = 232+89+137=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E85989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85989 is #17A676. Grayscale: #898989. Windows color (decimal): -1549943 or 9001448. OLE color: 9001448.

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

Color convert

RGB 232 89 137 -
CMYK 0 0.62 0.41 0.09
HSL 339.86º 0.76% 0.63% -
HSV(B) 339.86º 0.62% 0.91% -
XYZ 41.37 26.11 26.53 -
YUV 137.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 232 89 137 0 0.62 0.41 0.09 339.86 0.76 0.63
Hex E8 59 89 0 3E 29 9 154 4C 3F
Octal 350 131 211 0 76 51 11 524 114 77
Binary 11101000 1011001 10001001 0 111110 101001 1001 101010100 1001100 111111

Color Harmonies of #E85989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85989

Black with #E85989

Text Example


Text Example

White with #E85989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85989; }

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

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

background-color css

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

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

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

border-color css

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

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

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