Html Css Color HEX #E801DD Hot Magenta

📋 copy color: '#E801DD'

red 232 ◦ green 1 ◦ blue 221

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

Shades of Hot Magenta #E801DD

Tints of Hot Magenta #E801DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 51.1%
G = 0.22%
B = 48.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E801DD (or 0xE801DD) is known color: Hot Magenta. HEX triplet: E8, 01 and DD. RGB value is (232,1,221). Sum of RGB (Red+Green+Blue) = 232+1+221=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E801DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801DD is #17FE22. Grayscale: #5E5E5E. Windows color (decimal): -1572387 or 14483944. OLE color: 14483944.

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

Color convert

RGB 232 1 221 -
CMYK 0 1.00 0.05 0.09
HSL 302.86º 0.99% 0.46% -
HSV(B) 302.86º 1% 0.91% -
XYZ 46.34 22.4 70.29 -
YUV 95.15 199.03 225.61 -
System Red Green Blue C M Y K H S L
Decimal 232 1 221 0 1.00 0.05 0.09 302.86 0.99 0.46
Hex E8 1 DD 0 64 5 9 12F 63 2E
Octal 350 1 335 0 144 5 11 457 143 56
Binary 11101000 1 11011101 0 1100100 101 1001 100101111 1100011 101110

Color Harmonies of #E801DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E801DD

Black with #E801DD

Text Example


Text Example

White with #E801DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E801DD; }

 p { color: rgb(232,1,221); }

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

background-color css

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

 a { background-color: rgb(232,1,221); }

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

border-color css

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

 span { border-color: rgb(232,1,221); }

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