Html Css Color HEX #EC0CDC Hot Magenta

📋 copy color: '#EC0CDC'

red 236 ◦ green 12 ◦ blue 220

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

Shades of Hot Magenta #EC0CDC

Tints of Hot Magenta #EC0CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 50.43%
G = 2.56%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC0CDC (or 0xEC0CDC) is known color: Hot Magenta. HEX triplet: EC, 0C and DC. RGB value is (236,12,220). Sum of RGB (Red+Green+Blue) = 236+12+220=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CDC is #13F323. Grayscale: #666666. Windows color (decimal): -1307428 or 14421228. OLE color: 14421228.

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

Color convert

RGB 236 12 220 -
CMYK 0 0.95 0.07 0.07
HSL 304.29º 0.9% 0.49% -
HSV(B) 304.29º 0.95% 0.93% -
XYZ 47.64 23.26 69.69 -
YUV 102.69 194.21 223.09 -
System Red Green Blue C M Y K H S L
Decimal 236 12 220 0 0.95 0.07 0.07 304.29 0.9 0.49
Hex EC C DC 0 5F 7 7 130 5A 31
Octal 354 14 334 0 137 7 7 460 132 61
Binary 11101100 1100 11011100 0 1011111 111 111 100110000 1011010 110001

Color Harmonies of #EC0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CDC

Black with #EC0CDC

Text Example


Text Example

White with #EC0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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