Html Css Color HEX #E801CA Hot Magenta

📋 copy color: '#E801CA'

red 232 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #E801CA

Tints of Hot Magenta #E801CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 53.33%
G = 0.23%
B = 46.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E801CA (or 0xE801CA) is known color: Hot Magenta. HEX triplet: E8, 01 and CA. RGB value is (232,1,202). Sum of RGB (Red+Green+Blue) = 232+1+202=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E801CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801CA is #17FE35. Grayscale: #5C5C5C. Windows color (decimal): -1572406 or 13238760. OLE color: 13238760.

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

Color convert

RGB 232 1 202 -
CMYK 0 1.00 0.13 0.09
HSL 307.79º 0.99% 0.46% -
HSV(B) 307.79º 1% 0.91% -
XYZ 43.95 21.44 57.7 -
YUV 92.98 189.53 227.16 -
System Red Green Blue C M Y K H S L
Decimal 232 1 202 0 1.00 0.13 0.09 307.79 0.99 0.46
Hex E8 1 CA 0 64 D 9 134 63 2E
Octal 350 1 312 0 144 15 11 464 143 56
Binary 11101000 1 11001010 0 1100100 1101 1001 100110100 1100011 101110

Color Harmonies of #E801CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E801CA

Black with #E801CA

Text Example


Text Example

White with #E801CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E801CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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