Html Css Color HEX #E80EDB Hot Magenta

📋 copy color: '#E80EDB'

red 232 ◦ green 14 ◦ blue 219

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

Shades of Hot Magenta #E80EDB

Tints of Hot Magenta #E80EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 49.89%
G = 3.01%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E80EDB (or 0xE80EDB) is known color: Hot Magenta. HEX triplet: E8, 0E and DB. RGB value is (232,14,219). Sum of RGB (Red+Green+Blue) = 232+14+219=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80EDB is #17F124. Grayscale: #656565. Windows color (decimal): -1569061 or 14356200. OLE color: 14356200.

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

Color convert

RGB 232 14 219 -
CMYK 0 0.94 0.06 0.09
HSL 303.58º 0.89% 0.48% -
HSV(B) 303.58º 0.94% 0.91% -
XYZ 46.22 22.58 68.94 -
YUV 102.55 193.72 220.33 -
System Red Green Blue C M Y K H S L
Decimal 232 14 219 0 0.94 0.06 0.09 303.58 0.89 0.48
Hex E8 E DB 0 5E 6 9 130 59 30
Octal 350 16 333 0 136 6 11 460 131 60
Binary 11101000 1110 11011011 0 1011110 110 1001 100110000 1011001 110000

Color Harmonies of #E80EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80EDB

Black with #E80EDB

Text Example


Text Example

White with #E80EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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