Html Css Color HEX #EC11E6 Magenta

📋 copy color: '#EC11E6'

red 236 ◦ green 17 ◦ blue 230

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

Shades of Magenta #EC11E6

Tints of Magenta #EC11E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 48.86%
G = 3.52%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC11E6 (or 0xEC11E6) is known color: Magenta. HEX triplet: EC, 11 and E6. RGB value is (236,17,230). Sum of RGB (Red+Green+Blue) = 236+17+230=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11E6 is #13EE19. Grayscale: #6A6A6A. Windows color (decimal): -1306138 or 15077868. OLE color: 15077868.

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

Color convert

RGB 236 17 230 -
CMYK 0 0.93 0.03 0.07
HSL 301.64º 0.87% 0.5% -
HSV(B) 301.64º 0.93% 0.93% -
XYZ 49.08 23.95 76.9 -
YUV 106.76 197.55 220.18 -
System Red Green Blue C M Y K H S L
Decimal 236 17 230 0 0.93 0.03 0.07 301.64 0.87 0.5
Hex EC 11 E6 0 5D 3 7 12E 57 32
Octal 354 21 346 0 135 3 7 456 127 62
Binary 11101100 10001 11100110 0 1011101 11 111 100101110 1010111 110010

Color Harmonies of #EC11E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11E6

Black with #EC11E6

Text Example


Text Example

White with #EC11E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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