Html Css Color HEX #EC10E9 Magenta

📋 copy color: '#EC10E9'

red 236 ◦ green 16 ◦ blue 233

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

Shades of Magenta #EC10E9

Tints of Magenta #EC10E9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.3%

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

R = 48.66%
G = 3.3%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC10E9 (or 0xEC10E9) is known color: Magenta. HEX triplet: EC, 10 and E9. RGB value is (236,16,233). Sum of RGB (Red+Green+Blue) = 236+16+233=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10E9 is #13EF16. Grayscale: #696969. Windows color (decimal): -1306391 or 15274220. OLE color: 15274220.

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

Color convert

RGB 236 16 233 -
CMYK 0 0.93 0.01 0.07
HSL 300.82º 0.87% 0.49% -
HSV(B) 300.82º 0.93% 0.93% -
XYZ 49.49 24.09 79.13 -
YUV 106.52 199.39 220.36 -
System Red Green Blue C M Y K H S L
Decimal 236 16 233 0 0.93 0.01 0.07 300.82 0.87 0.49
Hex EC 10 E9 0 5D 1 7 12D 57 31
Octal 354 20 351 0 135 1 7 455 127 61
Binary 11101100 10000 11101001 0 1011101 1 111 100101101 1010111 110001

Color Harmonies of #EC10E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10E9

Black with #EC10E9

Text Example


Text Example

White with #EC10E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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