#E601CE

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

Shades of Hot Magenta #E601CE

Tints of Hot Magenta #E601CE

Color information

#E601CE (or 0xE601CE) is unknown color: approx Hot Magenta. HEX triplet: E6, 01 and CE. RGB value is (230,1,206). Sum of RGB (Red+Green+Blue) = 230+1+206=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E601CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601CE is #19FE31. Grayscale: #5C5C5C. Windows color (decimal): -1703474 or 13500902. OLE color: 13500902.

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

Color convert

RGB2301206-
CMYK01.000.100.10
HSL306.29º99.13%45.29%-
HSV(B)306.29º99.57%90.2%-
XYZ43.7821.360.2-
YUV92.84191.87225.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.63%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=52.63%
G=0.23%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230120601.000.100.10306.2999.1345.29
HexE61CE064AA132632d
Octal34613160144121246214355
Binary1110011011100111001100100101010101001100101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E601CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E601CE; }

 p { color: rgb(230,1,206); }

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

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

 a { background-color: rgb(230,1,206); }

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

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

 span { border-color: rgb(230,1,206); }

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