Html Css Color HEX #EC0CDA Hot Magenta

📋 copy color: '#EC0CDA'

red 236 ◦ green 12 ◦ blue 218

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

Shades of Hot Magenta #EC0CDA

Tints of Hot Magenta #EC0CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 50.64%
G = 2.58%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC0CDA (or 0xEC0CDA) is known color: Hot Magenta. HEX triplet: EC, 0C and DA. RGB value is (236,12,218). Sum of RGB (Red+Green+Blue) = 236+12+218=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CDA is #13F325. Grayscale: #656565. Windows color (decimal): -1307430 or 14290156. OLE color: 14290156.

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

Color convert

RGB 236 12 218 -
CMYK 0 0.95 0.08 0.07
HSL 304.82º 0.9% 0.49% -
HSV(B) 304.82º 0.95% 0.93% -
XYZ 47.38 23.16 68.3 -
YUV 102.46 193.21 223.25 -
System Red Green Blue C M Y K H S L
Decimal 236 12 218 0 0.95 0.08 0.07 304.82 0.9 0.49
Hex EC C DA 0 5F 8 7 131 5A 31
Octal 354 14 332 0 137 10 7 461 132 61
Binary 11101100 1100 11011010 0 1011111 1000 111 100110001 1011010 110001

Color Harmonies of #EC0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CDA

Black with #EC0CDA

Text Example


Text Example

White with #EC0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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