#EC01D2

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

Shades of Hot Magenta #EC01D2

Tints of Hot Magenta #EC01D2

Color information

#EC01D2 (or 0xEC01D2) is unknown color: approx Hot Magenta. HEX triplet: EC, 01 and D2. RGB value is (236,1,210). Sum of RGB (Red+Green+Blue) = 236+1+210=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01D2 is #13FE2D. Grayscale: #5E5E5E. Windows color (decimal): -1310254 or 13763052. OLE color: 13763052.

HSL color Cylindrical-coordinate representation of color #EC01D2: hue angle of 306.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01D2 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB2361210-
CMYK01.000.110.07
HSL306.64º99.16%46.47%-
HSV(B)306.64º99.58%92.55%-
XYZ46.2422.5162.88-
YUV95.09192.86228.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.80%
GREEN value IS 1 (0.78% from 255) = 0.22%
BLUE value IS 210 (82.42% from 255) = 46.98%
R=52.80%
G=0.22%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236121001.000.110.07306.6499.1646.47
HexEC1D2064B7133632e
Octal3541322014413746314356
Binary111011001110100100110010010111111001100111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC01D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC01D2; }

 p { color: rgb(236,1,210); }

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

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

 a { background-color: rgb(236,1,210); }

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

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

 span { border-color: rgb(236,1,210); }

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