Html Css Color HEX #E801C5 Hot Magenta

📋 copy color: '#E801C5'

red 232 ◦ green 1 ◦ blue 197

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

Shades of Hot Magenta #E801C5

Tints of Hot Magenta #E801C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 53.95%
G = 0.23%
B = 45.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E801C5 (or 0xE801C5) is known color: Hot Magenta. HEX triplet: E8, 01 and C5. RGB value is (232,1,197). Sum of RGB (Red+Green+Blue) = 232+1+197=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E801C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801C5 is #17FE3A. Grayscale: #5B5B5B. Windows color (decimal): -1572411 or 12911080. OLE color: 12911080.

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

Color convert

RGB 232 1 197 -
CMYK 0 1.00 0.15 0.09
HSL 309.09º 0.99% 0.46% -
HSV(B) 309.09º 1% 0.91% -
XYZ 43.37 21.21 54.63 -
YUV 92.41 187.03 227.56 -
System Red Green Blue C M Y K H S L
Decimal 232 1 197 0 1.00 0.15 0.09 309.09 0.99 0.46
Hex E8 1 C5 0 64 F 9 135 63 2E
Octal 350 1 305 0 144 17 11 465 143 56
Binary 11101000 1 11000101 0 1100100 1111 1001 100110101 1100011 101110

Color Harmonies of #E801C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E801C5

Black with #E801C5

Text Example


Text Example

White with #E801C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E801C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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