#e500c1

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

Shades of Hot Magenta #E500C1

Tints of Hot Magenta #E500C1

Color information

#E500C1 (or 0xE500C1) is unknown color: approx Hot Magenta. HEX triplet: E5, 00 and C1. RGB value is (229,0,193). Sum of RGB (Red+Green+Blue) = 229+0+193=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E500C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500C1 is #1AFF3E. Grayscale: #595959. Windows color (decimal): -1769279 or 12648677. OLE color: 12648677.

HSL color Cylindrical-coordinate representation of color #E500C1: hue angle of 309.43º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500C1 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB2290193-
CMYK010.160.10
HSL309.43º100%44.9%-
HSV(B)309.43º100%89.8%-
XYZ41.9420.5152.2-
YUV90.47185.87226.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 45.73%
R=54.27%
G=0%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2290193010.160.10309.4310044.9
HexE50C106410A135642d
Octal34503010144201246514455
Binary11100101011000001011001001000010101001101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e500c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e500c1; }

 p { color: rgb(229,0,193); }

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

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

 a { background-color: rgb(229,0,193); }

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

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

 span { border-color: rgb(229,0,193); }

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