#EC13D6

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

Shades of Hot Magenta #EC13D6

Tints of Hot Magenta #EC13D6

Color information

#EC13D6 (or 0xEC13D6) is unknown color: approx Hot Magenta. HEX triplet: EC, 13 and D6. RGB value is (236,19,214). Sum of RGB (Red+Green+Blue) = 236+19+214=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC13D6 is #13EC29. Grayscale: #696969. Windows color (decimal): -1305642 or 14029804. OLE color: 14029804.

HSL color Cylindrical-coordinate representation of color #EC13D6: hue angle of 306.08º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC13D6 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB23619214-
CMYK00.920.090.07
HSL306.08º85.1%50%-
HSV(B)306.08º91.95%92.55%-
XYZ46.9623.1565.61-
YUV106.11188.89220.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.32%
GREEN value IS 19 (7.81% from 255) = 4.05%
BLUE value IS 214 (83.98% from 255) = 45.63%
R=50.32%
G=4.05%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361921400.920.090.07306.0885.150
HexEC13D605C971325532
Octal35423326013411746212562
Binary1110110010011110101100101110010011111001100101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC13D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC13D6; }

 p { color: rgb(236,19,214); }

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

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

 a { background-color: rgb(236,19,214); }

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

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

 span { border-color: rgb(236,19,214); }

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