#EC03CB

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

Shades of Hot Magenta #EC03CB

Tints of Hot Magenta #EC03CB

Color information

#EC03CB (or 0xEC03CB) is unknown color: approx Hot Magenta. HEX triplet: EC, 03 and CB. RGB value is (236,3,203). Sum of RGB (Red+Green+Blue) = 236+3+203=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03CB is #13FC34. Grayscale: #5E5E5E. Windows color (decimal): -1309749 or 13304812. OLE color: 13304812.

HSL color Cylindrical-coordinate representation of color #EC03CB: hue angle of 308.5º 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 #EC03CB is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB2363203-
CMYK00.990.140.07
HSL308.5º97.49%46.86%-
HSV(B)308.5º98.73%92.55%-
XYZ45.422.2158.39-
YUV95.47188.69228.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.39%
GREEN value IS 3 (1.56% from 255) = 0.68%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=53.39%
G=0.68%
B=45.93%

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
Decimal236320300.990.140.07308.597.4946.86
HexEC3CB063E7134612f
Octal3543313014316746414157
Binary1110110011110010110110001111101111001101001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC03CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC03CB; }

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

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

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

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

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

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

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

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