Html Css Color HEX #EE16EE Magenta

📋 copy color: '#EE16EE'

red 238 ◦ green 22 ◦ blue 238

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

Shades of Magenta #EE16EE

Tints of Magenta #EE16EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.42%

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

R = 47.79%
G = 4.42%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE16EE (or 0xEE16EE) is known color: Magenta. HEX triplet: EE, 16 and EE. RGB value is (238,22,238). Sum of RGB (Red+Green+Blue) = 238+22+238=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 22 (8.98% from 255 or 4.42% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE16EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16EE is #11E911. Grayscale: #6E6E6E. Windows color (decimal): -1173778 or 15603438. OLE color: 15603438.

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

Color convert

RGB 238 22 238 -
CMYK 0 0.91 0 0.07
HSL 300º 0.86% 0.51% -
HSV(B) 300º 0.91% 0.93% -
XYZ 50.98 24.92 83.01 -
YUV 111.21 199.56 218.44 -
System Red Green Blue C M Y K H S L
Decimal 238 22 238 0 0.91 0 0.07 300 0.86 0.51
Hex EE 16 EE 0 5B 0 7 12C 56 33
Octal 356 26 356 0 133 0 7 454 126 63
Binary 11101110 10110 11101110 0 1011011 0 111 100101100 1010110 110011

Color Harmonies of #EE16EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE16EE

Black with #EE16EE

Text Example


Text Example

White with #EE16EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE16EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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