Html Css Color HEX #E804DB Hot Magenta

📋 copy color: '#E804DB'

red 232 ◦ green 4 ◦ blue 219

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

Shades of Hot Magenta #E804DB

Tints of Hot Magenta #E804DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

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

R = 50.99%
G = 0.88%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E804DB (or 0xE804DB) is known color: Hot Magenta. HEX triplet: E8, 04 and DB. RGB value is (232,4,219). Sum of RGB (Red+Green+Blue) = 232+4+219=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E804DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E804DB is #17FB24. Grayscale: #606060. Windows color (decimal): -1571621 or 14353640. OLE color: 14353640.

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

Color convert

RGB 232 4 219 -
CMYK 0 0.98 0.06 0.09
HSL 303.42º 0.97% 0.46% -
HSV(B) 303.42º 0.98% 0.91% -
XYZ 46.11 22.36 68.9 -
YUV 96.68 197.04 224.52 -
System Red Green Blue C M Y K H S L
Decimal 232 4 219 0 0.98 0.06 0.09 303.42 0.97 0.46
Hex E8 4 DB 0 62 6 9 12F 61 2E
Octal 350 4 333 0 142 6 11 457 141 56
Binary 11101000 100 11011011 0 1100010 110 1001 100101111 1100001 101110

Color Harmonies of #E804DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E804DB

Black with #E804DB

Text Example


Text Example

White with #E804DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E804DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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