Html Css Color HEX #EC11EB Magenta

📋 copy color: '#EC11EB'

red 236 ◦ green 17 ◦ blue 235

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

Shades of Magenta #EC11EB

Tints of Magenta #EC11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.48%

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

R = 48.36%
G = 3.48%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC11EB (or 0xEC11EB) is known color: Magenta. HEX triplet: EC, 11 and EB. RGB value is (236,17,235). Sum of RGB (Red+Green+Blue) = 236+17+235=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 17 (7.03% from 255 or 3.48% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11EB is #13EE14. Grayscale: #6A6A6A. Windows color (decimal): -1306133 or 15405548. OLE color: 15405548.

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

Color convert

RGB 236 17 235 -
CMYK 0 0.93 0.00 0.07
HSL 300.27º 0.87% 0.5% -
HSV(B) 300.27º 0.93% 0.93% -
XYZ 49.79 24.23 80.65 -
YUV 107.33 200.05 219.77 -
System Red Green Blue C M Y K H S L
Decimal 236 17 235 0 0.93 0.00 0.07 300.27 0.87 0.5
Hex EC 11 EB 0 5D 0 7 12C 57 32
Octal 354 21 353 0 135 0 7 454 127 62
Binary 11101100 10001 11101011 0 1011101 0 111 100101100 1010111 110010

Color Harmonies of #EC11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11EB

Black with #EC11EB

Text Example


Text Example

White with #EC11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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