#EC03CA

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

Shades of Hot Magenta #EC03CA

Tints of Hot Magenta #EC03CA

Color information

#EC03CA (or 0xEC03CA) is unknown color: approx Hot Magenta. HEX triplet: EC, 03 and CA. RGB value is (236,3,202). Sum of RGB (Red+Green+Blue) = 236+3+202=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03CA is #13FC35. Grayscale: #5E5E5E. Windows color (decimal): -1309750 or 13239276. OLE color: 13239276.

HSL color Cylindrical-coordinate representation of color #EC03CA: hue angle of 308.76º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03CA is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB2363202-
CMYK00.990.140.07
HSL308.76º97.49%46.86%-
HSV(B)308.76º98.73%92.55%-
XYZ45.2922.1657.77-
YUV95.35188.19228.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.51%
GREEN value IS 3 (1.56% from 255) = 0.68%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=53.51%
G=0.68%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236320200.990.140.07308.7697.4946.86
HexEC3CA063E7135612f
Octal3543312014316746514157
Binary1110110011110010100110001111101111001101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC03CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC03CA; }

 p { color: rgb(236,3,202); }

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

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

 a { background-color: rgb(236,3,202); }

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

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

 span { border-color: rgb(236,3,202); }

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