Html Css Color HEX #E80986 Deep Pink

📋 copy color: '#E80986'

red 232 ◦ green 9 ◦ blue 134

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

Shades of Deep Pink #E80986

Tints of Deep Pink #E80986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.4%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 61.87%
G = 2.4%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E80986 (or 0xE80986) is known color: Deep Pink. HEX triplet: E8, 09 and 86. RGB value is (232,9,134). Sum of RGB (Red+Green+Blue) = 232+9+134=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E80986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80986 is #17F679. Grayscale: #595959. Windows color (decimal): -1570426 or 8784360. OLE color: 8784360.

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

Color convert

RGB 232 9 134 -
CMYK 0 0.96 0.42 0.09
HSL 326.37º 0.93% 0.47% -
HSV(B) 326.37º 0.96% 0.91% -
XYZ 37.68 19.07 24.25 -
YUV 89.93 152.88 229.34 -
System Red Green Blue C M Y K H S L
Decimal 232 9 134 0 0.96 0.42 0.09 326.37 0.93 0.47
Hex E8 9 86 0 60 2A 9 146 5D 2F
Octal 350 11 206 0 140 52 11 506 135 57
Binary 11101000 1001 10000110 0 1100000 101010 1001 101000110 1011101 101111

Color Harmonies of #E80986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80986

Black with #E80986

Text Example


Text Example

White with #E80986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80986; }

 p { color: rgb(232,9,134); }

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

background-color css

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

 a { background-color: rgb(232,9,134); }

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

border-color css

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

 span { border-color: rgb(232,9,134); }

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