Html Css Color HEX #EE10EC Magenta

📋 copy color: '#EE10EC'

red 238 ◦ green 16 ◦ blue 236

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

Shades of Magenta #EE10EC

Tints of Magenta #EE10EC

RGB

 RED value IS 238 (93.36% from 255) = 48.57%

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 48.57%
G = 3.27%
B = 48.16%

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

#EE10EC (or 0xEE10EC) is known color: Magenta. HEX triplet: EE, 10 and EC. RGB value is (238,16,236). Sum of RGB (Red+Green+Blue) = 238+16+236=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10EC is #11EF13. Grayscale: #6A6A6A. Windows color (decimal): -1175316 or 15470830. OLE color: 15470830.

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

Color convert

RGB 238 16 236 -
CMYK 0 0.93 0.01 0.07
HSL 300.54º 0.87% 0.5% -
HSV(B) 300.54º 0.93% 0.93% -
XYZ 50.59 24.6 81.44 -
YUV 107.46 200.55 221.11 -
System Red Green Blue C M Y K H S L
Decimal 238 16 236 0 0.93 0.01 0.07 300.54 0.87 0.5
Hex EE 10 EC 0 5D 1 7 12D 57 32
Octal 356 20 354 0 135 1 7 455 127 62
Binary 11101110 10000 11101100 0 1011101 1 111 100101101 1010111 110010

Color Harmonies of #EE10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10EC

Black with #EE10EC

Text Example


Text Example

White with #EE10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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