Html Css Color HEX #E85980 Dark Pink

📋 copy color: '#E85980'

red 232 ◦ green 89 ◦ blue 128

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

Shades of Dark Pink #E85980

Tints of Dark Pink #E85980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 51.67%
G = 19.82%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E85980 (or 0xE85980) is known color: Dark Pink. HEX triplet: E8, 59 and 80. RGB value is (232,89,128). Sum of RGB (Red+Green+Blue) = 232+89+128=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E85980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85980 is #17A67F. Grayscale: #888888. Windows color (decimal): -1549952 or 8411624. OLE color: 8411624.

HSL color Cylindrical-coordinate representation of color #E85980: hue angle of 343.64º 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 #E85980 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 89 128 -
CMYK 0 0.62 0.45 0.09
HSL 343.64º 0.76% 0.63% -
HSV(B) 343.64º 0.62% 0.91% -
XYZ 40.75 25.86 23.27 -
YUV 136.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 232 89 128 0 0.62 0.45 0.09 343.64 0.76 0.63
Hex E8 59 80 0 3E 2D 9 158 4C 3F
Octal 350 131 200 0 76 55 11 530 114 77
Binary 11101000 1011001 10000000 0 111110 101101 1001 101011000 1001100 111111

Color Harmonies of #E85980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85980

Black with #E85980

Text Example


Text Example

White with #E85980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85980; }

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

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

background-color css

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

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

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

border-color css

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

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

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