Html Css Color HEX #E80BD4 Hot Magenta

📋 copy color: '#E80BD4'

red 232 ◦ green 11 ◦ blue 212

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

Shades of Hot Magenta #E80BD4

Tints of Hot Magenta #E80BD4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 212 (83.2% from 255) = 46.59%

R = 50.99%
G = 2.42%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E80BD4 (or 0xE80BD4) is known color: Hot Magenta. HEX triplet: E8, 0B and D4. RGB value is (232,11,212). Sum of RGB (Red+Green+Blue) = 232+11+212=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80BD4 is #17F42B. Grayscale: #636363. Windows color (decimal): -1569836 or 13896680. OLE color: 13896680.

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

Color convert

RGB 232 11 212 -
CMYK 0 0.95 0.09 0.09
HSL 305.43º 0.91% 0.48% -
HSV(B) 305.43º 0.95% 0.91% -
XYZ 45.28 22.15 64.18 -
YUV 99.99 191.22 222.16 -
System Red Green Blue C M Y K H S L
Decimal 232 11 212 0 0.95 0.09 0.09 305.43 0.91 0.48
Hex E8 B D4 0 5F 9 9 131 5B 30
Octal 350 13 324 0 137 11 11 461 133 60
Binary 11101000 1011 11010100 0 1011111 1001 1001 100110001 1011011 110000

Color Harmonies of #E80BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80BD4

Black with #E80BD4

Text Example


Text Example

White with #E80BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80BD4; }

 p { color: rgb(232,11,212); }

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

background-color css

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

 a { background-color: rgb(232,11,212); }

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

border-color css

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

 span { border-color: rgb(232,11,212); }

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