Html Css Color HEX #EC12D5 Hot Magenta

📋 copy color: '#EC12D5'

red 236 ◦ green 18 ◦ blue 213

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

Shades of Hot Magenta #EC12D5

Tints of Hot Magenta #EC12D5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 50.54%
G = 3.85%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC12D5 (or 0xEC12D5) is known color: Hot Magenta. HEX triplet: EC, 12 and D5. RGB value is (236,18,213). Sum of RGB (Red+Green+Blue) = 236+18+213=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12D5 is #13ED2A. Grayscale: #686868. Windows color (decimal): -1305899 or 13964012. OLE color: 13964012.

HSL color Cylindrical-coordinate representation of color #EC12D5: hue angle of 306.33º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC12D5 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 213 -
CMYK 0 0.92 0.10 0.07
HSL 306.33º 0.86% 0.5% -
HSV(B) 306.33º 0.92% 0.93% -
XYZ 46.82 23.07 64.94 -
YUV 105.41 188.72 221.14 -
System Red Green Blue C M Y K H S L
Decimal 236 18 213 0 0.92 0.10 0.07 306.33 0.86 0.5
Hex EC 12 D5 0 5C A 7 132 56 32
Octal 354 22 325 0 134 12 7 462 126 62
Binary 11101100 10010 11010101 0 1011100 1010 111 100110010 1010110 110010

Color Harmonies of #EC12D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12D5

Black with #EC12D5

Text Example


Text Example

White with #EC12D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12D5; }

 p { color: rgb(236,18,213); }

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

background-color css

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

 a { background-color: rgb(236,18,213); }

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

border-color css

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

 span { border-color: rgb(236,18,213); }

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