#EC0FD1

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

Shades of Hot Magenta #EC0FD1

Tints of Hot Magenta #EC0FD1

Color information

#EC0FD1 (or 0xEC0FD1) is unknown color: approx Hot Magenta. HEX triplet: EC, 0F and D1. RGB value is (236,15,209). Sum of RGB (Red+Green+Blue) = 236+15+209=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FD1 is #13F02E. Grayscale: #666666. Windows color (decimal): -1306671 or 13701100. OLE color: 13701100.

HSL color Cylindrical-coordinate representation of color #EC0FD1: hue angle of 307.33º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FD1 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB23615209-
CMYK00.940.110.07
HSL307.33º88.05%49.22%-
HSV(B)307.33º93.64%92.55%-
XYZ46.2722.7862.28-
YUV103.2187.72222.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.30%
GREEN value IS 15 (6.25% from 255) = 3.26%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=51.30%
G=3.26%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361520900.940.110.07307.3388.0549.22
HexECFD105EB71335831
Octal35417321013613746313061
Binary111011001111110100010101111010111111001100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0FD1; }

 p { color: rgb(236,15,209); }

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

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

 a { background-color: rgb(236,15,209); }

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

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

 span { border-color: rgb(236,15,209); }

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