Html Css Color HEX #EC0AEA Magenta

📋 copy color: '#EC0AEA'

red 236 ◦ green 10 ◦ blue 234

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

Shades of Magenta #EC0AEA

Tints of Magenta #EC0AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 49.17%
G = 2.08%
B = 48.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC0AEA (or 0xEC0AEA) is known color: Magenta. HEX triplet: EC, 0A and EA. RGB value is (236,10,234). Sum of RGB (Red+Green+Blue) = 236+10+234=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AEA is #13F515. Grayscale: #666666. Windows color (decimal): -1307926 or 15338220. OLE color: 15338220.

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

Color convert

RGB 236 10 234 -
CMYK 0 0.96 0.01 0.07
HSL 300.53º 0.92% 0.48% -
HSV(B) 300.53º 0.96% 0.93% -
XYZ 49.55 23.99 79.86 -
YUV 103.11 201.87 222.79 -
System Red Green Blue C M Y K H S L
Decimal 236 10 234 0 0.96 0.01 0.07 300.53 0.92 0.48
Hex EC A EA 0 60 1 7 12D 5C 30
Octal 354 12 352 0 140 1 7 455 134 60
Binary 11101100 1010 11101010 0 1100000 1 111 100101101 1011100 110000

Color Harmonies of #EC0AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AEA

Black with #EC0AEA

Text Example


Text Example

White with #EC0AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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