Html Css Color HEX #EE10EE Magenta

📋 copy color: '#EE10EE'

red 238 ◦ green 16 ◦ blue 238

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

Shades of Magenta #EE10EE

Tints of Magenta #EE10EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 48.37%
G = 3.25%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE10EE (or 0xEE10EE) is known color: Magenta. HEX triplet: EE, 10 and EE. RGB value is (238,16,238). Sum of RGB (Red+Green+Blue) = 238+16+238=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 16 (6.64% from 255 or 3.25% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE10EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10EE is #11EF11. Grayscale: #6B6B6B. Windows color (decimal): -1175314 or 15601902. OLE color: 15601902.

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

Color convert

RGB 238 16 238 -
CMYK 0 0.93 0 0.07
HSL 300º 0.87% 0.5% -
HSV(B) 300º 0.93% 0.93% -
XYZ 50.88 24.72 82.98 -
YUV 107.69 201.55 220.95 -
System Red Green Blue C M Y K H S L
Decimal 238 16 238 0 0.93 0 0.07 300 0.87 0.5
Hex EE 10 EE 0 5D 0 7 12C 57 32
Octal 356 20 356 0 135 0 7 454 127 62
Binary 11101110 10000 11101110 0 1011101 0 111 100101100 1010111 110010

Color Harmonies of #EE10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10EE

Black with #EE10EE

Text Example


Text Example

White with #EE10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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