Html Css Color HEX #EC0AE1 Hot Magenta

📋 copy color: '#EC0AE1'

red 236 ◦ green 10 ◦ blue 225

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

Shades of Hot Magenta #EC0AE1

Tints of Hot Magenta #EC0AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 50.11%
G = 2.12%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC0AE1 (or 0xEC0AE1) is known color: Hot Magenta. HEX triplet: EC, 0A and E1. RGB value is (236,10,225). Sum of RGB (Red+Green+Blue) = 236+10+225=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0AE1 is #13F51E. Grayscale: #656565. Windows color (decimal): -1307935 or 14748396. OLE color: 14748396.

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

Color convert

RGB 236 10 225 -
CMYK 0 0.96 0.05 0.07
HSL 302.92º 0.92% 0.48% -
HSV(B) 302.92º 0.96% 0.93% -
XYZ 48.29 23.49 73.22 -
YUV 102.08 197.37 223.52 -
System Red Green Blue C M Y K H S L
Decimal 236 10 225 0 0.96 0.05 0.07 302.92 0.92 0.48
Hex EC A E1 0 60 5 7 12F 5C 30
Octal 354 12 341 0 140 5 7 457 134 60
Binary 11101100 1010 11100001 0 1100000 101 111 100101111 1011100 110000

Color Harmonies of #EC0AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AE1

Black with #EC0AE1

Text Example


Text Example

White with #EC0AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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