Html Css Color HEX #E800D9 Hot Magenta

📋 copy color: '#E800D9'

red 232 ◦ green 0 ◦ blue 217

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

Shades of Hot Magenta #E800D9

Tints of Hot Magenta #E800D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 217 (85.16% from 255) = 48.33%

R = 51.67%
G = 0%
B = 48.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E800D9 (or 0xE800D9) is known color: Hot Magenta. HEX triplet: E8, 00 and D9. RGB value is (232,0,217). Sum of RGB (Red+Green+Blue) = 232+0+217=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E800D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800D9 is #17FF26. Grayscale: #5D5D5D. Windows color (decimal): -1572647 or 14221544. OLE color: 14221544.

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

Color convert

RGB 232 0 217 -
CMYK 0 1 0.06 0.09
HSL 303.88º 1% 0.45% -
HSV(B) 303.88º 1% 0.91% -
XYZ 45.8 22.17 67.51 -
YUV 94.11 197.36 226.36 -
System Red Green Blue C M Y K H S L
Decimal 232 0 217 0 1 0.06 0.09 303.88 1 0.45
Hex E8 0 D9 0 64 6 9 130 64 2D
Octal 350 0 331 0 144 6 11 460 144 55
Binary 11101000 0 11011001 0 1100100 110 1001 100110000 1100100 101101

Color Harmonies of #E800D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800D9

Black with #E800D9

Text Example


Text Example

White with #E800D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800D9; }

 p { color: rgb(232,0,217); }

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

background-color css

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

 a { background-color: rgb(232,0,217); }

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

border-color css

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

 span { border-color: rgb(232,0,217); }

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