Html Css Color HEX #E80E91 Deep Pink

📋 copy color: '#E80E91'

red 232 ◦ green 14 ◦ blue 145

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

Shades of Deep Pink #E80E91

Tints of Deep Pink #E80E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.58%

 BLUE value IS 145 (57.03% from 255) = 37.08%

R = 59.34%
G = 3.58%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E80E91 (or 0xE80E91) is known color: Deep Pink. HEX triplet: E8, 0E and 91. RGB value is (232,14,145). Sum of RGB (Red+Green+Blue) = 232+14+145=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80E91 is #17F16E. Grayscale: #5D5D5D. Windows color (decimal): -1569135 or 9506536. OLE color: 9506536.

HSL color Cylindrical-coordinate representation of color #E80E91: hue angle of 323.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80E91 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 14 145 -
CMYK 0 0.94 0.38 0.09
HSL 323.94º 0.89% 0.48% -
HSV(B) 323.94º 0.94% 0.91% -
XYZ 38.55 19.51 28.52 -
YUV 94.12 156.72 226.35 -
System Red Green Blue C M Y K H S L
Decimal 232 14 145 0 0.94 0.38 0.09 323.94 0.89 0.48
Hex E8 E 91 0 5E 26 9 144 59 30
Octal 350 16 221 0 136 46 11 504 131 60
Binary 11101000 1110 10010001 0 1011110 100110 1001 101000100 1011001 110000

Color Harmonies of #E80E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E91

Black with #E80E91

Text Example


Text Example

White with #E80E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E91; }

 p { color: rgb(232,14,145); }

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

background-color css

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

 a { background-color: rgb(232,14,145); }

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

border-color css

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

 span { border-color: rgb(232,14,145); }

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