#E802CC

Color #E802CC Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #E802CC

Tints of Hot Magenta #E802CC

Color information

#E802CC (or 0xE802CC) is unknown color: approx Hot Magenta. HEX triplet: E8, 02 and CC. RGB value is (232,2,204). Sum of RGB (Red+Green+Blue) = 232+2+204=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E802CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E802CC is #17FD33. Grayscale: #5D5D5D. Windows color (decimal): -1572148 or 13370088. OLE color: 13370088.

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

Color convert

RGB2322204-
CMYK00.990.120.09
HSL307.3º98.29%45.88%-
HSV(B)307.3º99.14%90.98%-
XYZ44.221.5658.96-
YUV93.8190.2226.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.97%
GREEN value IS 2 (1.17% from 255) = 0.46%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=52.97%
G=0.46%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232220400.990.120.09307.398.2945.88
HexE82CC063C9133622e
Octal35023140143141146314256
Binary11101000101100110001100011110010011001100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E802CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E802CC; }

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

 H1.HeaderClassName
 {
   color: #E802CC;
 }
 .AnyTagClassName
 {
   color: #E802CC;
 }
</style>
background-color css

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

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

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

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

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

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