Html Css Color HEX #EC0CD4 Hot Magenta

📋 copy color: '#EC0CD4'

red 236 ◦ green 12 ◦ blue 212

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

Shades of Hot Magenta #EC0CD4

Tints of Hot Magenta #EC0CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 51.3%
G = 2.61%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC0CD4 (or 0xEC0CD4) is known color: Hot Magenta. HEX triplet: EC, 0C and D4. RGB value is (236,12,212). Sum of RGB (Red+Green+Blue) = 236+12+212=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CD4 is #13F32B. Grayscale: #656565. Windows color (decimal): -1307436 or 13896940. OLE color: 13896940.

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

Color convert

RGB 236 12 212 -
CMYK 0 0.95 0.10 0.07
HSL 306.43º 0.9% 0.49% -
HSV(B) 306.43º 0.95% 0.93% -
XYZ 46.61 22.85 64.24 -
YUV 101.78 190.21 223.74 -
System Red Green Blue C M Y K H S L
Decimal 236 12 212 0 0.95 0.10 0.07 306.43 0.9 0.49
Hex EC C D4 0 5F A 7 132 5A 31
Octal 354 14 324 0 137 12 7 462 132 61
Binary 11101100 1100 11010100 0 1011111 1010 111 100110010 1011010 110001

Color Harmonies of #EC0CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CD4

Black with #EC0CD4

Text Example


Text Example

White with #EC0CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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