Html Css Color HEX #EC0ACD Hot Magenta

📋 copy color: '#EC0ACD'

red 236 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #EC0ACD

Tints of Hot Magenta #EC0ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 52.33%
G = 2.22%
B = 45.45%

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

#EC0ACD (or 0xEC0ACD) is known color: Hot Magenta. HEX triplet: EC, 0A and CD. RGB value is (236,10,205). Sum of RGB (Red+Green+Blue) = 236+10+205=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ACD is #13F532. Grayscale: #636363. Windows color (decimal): -1307955 or 13437676. OLE color: 13437676.

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

Color convert

RGB 236 10 205 -
CMYK 0 0.96 0.13 0.07
HSL 308.23º 0.92% 0.48% -
HSV(B) 308.23º 0.96% 0.93% -
XYZ 45.72 22.46 59.68 -
YUV 99.8 187.37 225.14 -
System Red Green Blue C M Y K H S L
Decimal 236 10 205 0 0.96 0.13 0.07 308.23 0.92 0.48
Hex EC A CD 0 60 D 7 134 5C 30
Octal 354 12 315 0 140 15 7 464 134 60
Binary 11101100 1010 11001101 0 1100000 1101 111 100110100 1011100 110000

Color Harmonies of #EC0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0ACD

Black with #EC0ACD

Text Example


Text Example

White with #EC0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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