Html Css Color HEX #E80884 Deep Pink

📋 copy color: '#E80884'

red 232 ◦ green 8 ◦ blue 132

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

Shades of Deep Pink #E80884

Tints of Deep Pink #E80884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.15%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 62.37%
G = 2.15%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E80884 (or 0xE80884) is known color: Deep Pink. HEX triplet: E8, 08 and 84. RGB value is (232,8,132). Sum of RGB (Red+Green+Blue) = 232+8+132=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E80884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80884 is #17F77B. Grayscale: #585858. Windows color (decimal): -1570684 or 8653032. OLE color: 8653032.

HSL color Cylindrical-coordinate representation of color #E80884: hue angle of 326.79º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80884 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 8 132 -
CMYK 0 0.97 0.43 0.09
HSL 326.79º 0.93% 0.47% -
HSV(B) 326.79º 0.97% 0.91% -
XYZ 37.53 19 23.52 -
YUV 89.11 152.21 229.92 -
System Red Green Blue C M Y K H S L
Decimal 232 8 132 0 0.97 0.43 0.09 326.79 0.93 0.47
Hex E8 8 84 0 61 2B 9 147 5D 2F
Octal 350 10 204 0 141 53 11 507 135 57
Binary 11101000 1000 10000100 0 1100001 101011 1001 101000111 1011101 101111

Color Harmonies of #E80884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80884

Black with #E80884

Text Example


Text Example

White with #E80884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80884; }

 p { color: rgb(232,8,132); }

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

background-color css

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

 a { background-color: rgb(232,8,132); }

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

border-color css

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

 span { border-color: rgb(232,8,132); }

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