Html Css Color HEX #E800CC Hot Magenta

📋 copy color: '#E800CC'

red 232 ◦ green 0 ◦ blue 204

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

Shades of Hot Magenta #E800CC

Tints of Hot Magenta #E800CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 53.21%
G = 0%
B = 46.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E800CC (or 0xE800CC) is known color: Hot Magenta. HEX triplet: E8, 00 and CC. RGB value is (232,0,204). Sum of RGB (Red+Green+Blue) = 232+0+204=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E800CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800CC is #17FF33. Grayscale: #5C5C5C. Windows color (decimal): -1572660 or 13369576. OLE color: 13369576.

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

Color convert

RGB 232 0 204 -
CMYK 0 1 0.12 0.09
HSL 307.24º 1% 0.45% -
HSV(B) 307.24º 1% 0.91% -
XYZ 44.18 21.52 58.95 -
YUV 92.62 190.86 227.41 -
System Red Green Blue C M Y K H S L
Decimal 232 0 204 0 1 0.12 0.09 307.24 1 0.45
Hex E8 0 CC 0 64 C 9 133 64 2D
Octal 350 0 314 0 144 14 11 463 144 55
Binary 11101000 0 11001100 0 1100100 1100 1001 100110011 1100100 101101

Color Harmonies of #E800CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800CC

Black with #E800CC

Text Example


Text Example

White with #E800CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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