Html Css Color HEX #EE10E6 Magenta

📋 copy color: '#EE10E6'

red 238 ◦ green 16 ◦ blue 230

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

Shades of Magenta #EE10E6

Tints of Magenta #EE10E6

RGB

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

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

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

R = 49.17%
G = 3.31%
B = 47.52%

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

#EE10E6 (or 0xEE10E6) is known color: Magenta. HEX triplet: EE, 10 and E6. RGB value is (238,16,230). Sum of RGB (Red+Green+Blue) = 238+16+230=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10E6 is #11EF19. Grayscale: #6A6A6A. Windows color (decimal): -1175322 or 15077614. OLE color: 15077614.

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

Color convert

RGB 238 16 230 -
CMYK 0 0.93 0.03 0.07
HSL 302.16º 0.87% 0.5% -
HSV(B) 302.16º 0.93% 0.93% -
XYZ 49.73 24.26 76.92 -
YUV 106.77 197.55 221.6 -
System Red Green Blue C M Y K H S L
Decimal 238 16 230 0 0.93 0.03 0.07 302.16 0.87 0.5
Hex EE 10 E6 0 5D 3 7 12E 57 32
Octal 356 20 346 0 135 3 7 456 127 62
Binary 11101110 10000 11100110 0 1011101 11 111 100101110 1010111 110010

Color Harmonies of #EE10E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10E6

Black with #EE10E6

Text Example


Text Example

White with #EE10E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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