Html Css Color HEX #EC0AE7 Magenta

📋 copy color: '#EC0AE7'

red 236 ◦ green 10 ◦ blue 231

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

Shades of Magenta #EC0AE7

Tints of Magenta #EC0AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 49.48%
G = 2.1%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC0AE7 (or 0xEC0AE7) is known color: Magenta. HEX triplet: EC, 0A and E7. RGB value is (236,10,231). Sum of RGB (Red+Green+Blue) = 236+10+231=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AE7 is #13F518. Grayscale: #666666. Windows color (decimal): -1307929 or 15141612. OLE color: 15141612.

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

Color convert

RGB 236 10 231 -
CMYK 0 0.96 0.02 0.07
HSL 301.33º 0.92% 0.48% -
HSV(B) 301.33º 0.96% 0.93% -
XYZ 49.12 23.82 77.61 -
YUV 102.77 200.37 223.03 -
System Red Green Blue C M Y K H S L
Decimal 236 10 231 0 0.96 0.02 0.07 301.33 0.92 0.48
Hex EC A E7 0 60 2 7 12D 5C 30
Octal 354 12 347 0 140 2 7 455 134 60
Binary 11101100 1010 11100111 0 1100000 10 111 100101101 1011100 110000

Color Harmonies of #EC0AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AE7

Black with #EC0AE7

Text Example


Text Example

White with #EC0AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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