Html Css Color HEX #EC0ACE Hot Magenta

📋 copy color: '#EC0ACE'

red 236 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #EC0ACE

Tints of Hot Magenta #EC0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.21%

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 52.21%
G = 2.21%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC0ACE (or 0xEC0ACE) is known color: Hot Magenta. HEX triplet: EC, 0A and CE. RGB value is (236,10,206). Sum of RGB (Red+Green+Blue) = 236+10+206=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ACE is #13F531. Grayscale: #636363. Windows color (decimal): -1307954 or 13503212. OLE color: 13503212.

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

Color convert

RGB 236 10 206 -
CMYK 0 0.96 0.13 0.07
HSL 307.96º 0.92% 0.48% -
HSV(B) 307.96º 0.96% 0.93% -
XYZ 45.84 22.51 60.32 -
YUV 99.92 187.87 225.06 -
System Red Green Blue C M Y K H S L
Decimal 236 10 206 0 0.96 0.13 0.07 307.96 0.92 0.48
Hex EC A CE 0 60 D 7 134 5C 30
Octal 354 12 316 0 140 15 7 464 134 60
Binary 11101100 1010 11001110 0 1100000 1101 111 100110100 1011100 110000

Color Harmonies of #EC0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0ACE

Black with #EC0ACE

Text Example


Text Example

White with #EC0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0ACE; }

 p { color: rgb(236,10,206); }

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

background-color css

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

 a { background-color: rgb(236,10,206); }

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

border-color css

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

 span { border-color: rgb(236,10,206); }

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