Html Css Color HEX #EC0AEB Magenta

📋 copy color: '#EC0AEB'

red 236 ◦ green 10 ◦ blue 235

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

Shades of Magenta #EC0AEB

Tints of Magenta #EC0AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 49.06%
G = 2.08%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC0AEB (or 0xEC0AEB) is known color: Magenta. HEX triplet: EC, 0A and EB. RGB value is (236,10,235). Sum of RGB (Red+Green+Blue) = 236+10+235=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 10 (4.30% from 255 or 2.08% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AEB is #13F514. Grayscale: #666666. Windows color (decimal): -1307925 or 15403756. OLE color: 15403756.

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

Color convert

RGB 236 10 235 -
CMYK 0 0.96 0.00 0.07
HSL 300.27º 0.92% 0.48% -
HSV(B) 300.27º 0.96% 0.93% -
XYZ 49.7 24.05 80.62 -
YUV 103.22 202.37 222.7 -
System Red Green Blue C M Y K H S L
Decimal 236 10 235 0 0.96 0.00 0.07 300.27 0.92 0.48
Hex EC A EB 0 60 0 7 12C 5C 30
Octal 354 12 353 0 140 0 7 454 134 60
Binary 11101100 1010 11101011 0 1100000 0 111 100101100 1011100 110000

Color Harmonies of #EC0AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AEB

Black with #EC0AEB

Text Example


Text Example

White with #EC0AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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