Html Css Color HEX #EC1AE9 Magenta

📋 copy color: '#EC1AE9'

red 236 ◦ green 26 ◦ blue 233

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

Shades of Magenta #EC1AE9

Tints of Magenta #EC1AE9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.25%

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 47.68%
G = 5.25%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC1AE9 (or 0xEC1AE9) is known color: Magenta. HEX triplet: EC, 1A and E9. RGB value is (236,26,233). Sum of RGB (Red+Green+Blue) = 236+26+233=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1AE9 is #13E516. Grayscale: #6F6F6F. Windows color (decimal): -1303831 or 15276780. OLE color: 15276780.

HSL color Cylindrical-coordinate representation of color #EC1AE9: hue angle of 300.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1AE9 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 26 233 -
CMYK 0 0.89 0.01 0.07
HSL 300.86º 0.85% 0.51% -
HSV(B) 300.86º 0.89% 0.93% -
XYZ 49.67 24.45 79.19 -
YUV 112.39 196.07 216.17 -
System Red Green Blue C M Y K H S L
Decimal 236 26 233 0 0.89 0.01 0.07 300.86 0.85 0.51
Hex EC 1A E9 0 59 1 7 12D 55 33
Octal 354 32 351 0 131 1 7 455 125 63
Binary 11101100 11010 11101001 0 1011001 1 111 100101101 1010101 110011

Color Harmonies of #EC1AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1AE9

Black with #EC1AE9

Text Example


Text Example

White with #EC1AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1AE9; }

 p { color: rgb(236,26,233); }

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

background-color css

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

 a { background-color: rgb(236,26,233); }

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

border-color css

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

 span { border-color: rgb(236,26,233); }

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