Html Css Color HEX #E80E89 Deep Pink

📋 copy color: '#E80E89'

red 232 ◦ green 14 ◦ blue 137

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

Shades of Deep Pink #E80E89

Tints of Deep Pink #E80E89

RGB

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

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

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

R = 60.57%
G = 3.66%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E80E89 (or 0xE80E89) is known color: Deep Pink. HEX triplet: E8, 0E and 89. RGB value is (232,14,137). Sum of RGB (Red+Green+Blue) = 232+14+137=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80E89 is #17F176. Grayscale: #5C5C5C. Windows color (decimal): -1569143 or 8982248. OLE color: 8982248.

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

Color convert

RGB 232 14 137 -
CMYK 0 0.94 0.41 0.09
HSL 326.15º 0.89% 0.48% -
HSV(B) 326.15º 0.94% 0.91% -
XYZ 37.95 19.28 25.39 -
YUV 93.2 152.72 227 -
System Red Green Blue C M Y K H S L
Decimal 232 14 137 0 0.94 0.41 0.09 326.15 0.89 0.48
Hex E8 E 89 0 5E 29 9 146 59 30
Octal 350 16 211 0 136 51 11 506 131 60
Binary 11101000 1110 10001001 0 1011110 101001 1001 101000110 1011001 110000

Color Harmonies of #E80E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E89

Black with #E80E89

Text Example


Text Example

White with #E80E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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