Html Css Color HEX #EC0CD2 Hot Magenta

📋 copy color: '#EC0CD2'

red 236 ◦ green 12 ◦ blue 210

#EC0CD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #EC0CD2

Tints of Hot Magenta #EC0CD2

RGB

 RED value IS 236 (92.58% from 255) = 51.53%

 GREEN value IS 12 (5.08% from 255) = 2.62%

 BLUE value IS 210 (82.42% from 255) = 45.85%

R = 51.53%
G = 2.62%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC0CD2 (or 0xEC0CD2) is known color: Hot Magenta. HEX triplet: EC, 0C and D2. RGB value is (236,12,210). Sum of RGB (Red+Green+Blue) = 236+12+210=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CD2 is #13F32D. Grayscale: #646464. Windows color (decimal): -1307438 or 13765868. OLE color: 13765868.

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

Color convert

RGB 236 12 210 -
CMYK 0 0.95 0.11 0.07
HSL 306.96º 0.9% 0.49% -
HSV(B) 306.96º 0.95% 0.93% -
XYZ 46.36 22.75 62.92 -
YUV 101.55 189.21 223.9 -
System Red Green Blue C M Y K H S L
Decimal 236 12 210 0 0.95 0.11 0.07 306.96 0.9 0.49
Hex EC C D2 0 5F B 7 133 5A 31
Octal 354 14 322 0 137 13 7 463 132 61
Binary 11101100 1100 11010010 0 1011111 1011 111 100110011 1011010 110001

Color Harmonies of #EC0CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CD2

Black with #EC0CD2

Text Example


Text Example

White with #EC0CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CD2; }

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

 H1.HeaderClassName
 {
   color: #EC0CD2;
 }
 .AnyTagClassName
 {
   color: #EC0CD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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