Html Css Color HEX #E80586 Deep Pink

📋 copy color: '#E80586'

red 232 ◦ green 5 ◦ blue 134

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

Shades of Deep Pink #E80586

Tints of Deep Pink #E80586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

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

R = 62.53%
G = 1.35%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E80586 (or 0xE80586) is known color: Deep Pink. HEX triplet: E8, 05 and 86. RGB value is (232,5,134). Sum of RGB (Red+Green+Blue) = 232+5+134=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E80586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80586 is #17FA79. Grayscale: #575757. Windows color (decimal): -1571450 or 8783336. OLE color: 8783336.

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

Color convert

RGB 232 5 134 -
CMYK 0 0.98 0.42 0.09
HSL 325.9º 0.96% 0.46% -
HSV(B) 325.9º 0.98% 0.91% -
XYZ 37.64 18.99 24.24 -
YUV 87.58 154.21 231.01 -
System Red Green Blue C M Y K H S L
Decimal 232 5 134 0 0.98 0.42 0.09 325.9 0.96 0.46
Hex E8 5 86 0 62 2A 9 146 60 2E
Octal 350 5 206 0 142 52 11 506 140 56
Binary 11101000 101 10000110 0 1100010 101010 1001 101000110 1100000 101110

Color Harmonies of #E80586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80586

Black with #E80586

Text Example


Text Example

White with #E80586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80586; }

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

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

background-color css

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

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

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

border-color css

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

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

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