Html Css Color HEX #EE20EE Magenta

📋 copy color: '#EE20EE'

red 238 ◦ green 32 ◦ blue 238

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

Shades of Magenta #EE20EE

Tints of Magenta #EE20EE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.3%

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

R = 46.85%
G = 6.3%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE20EE (or 0xEE20EE) is known color: Magenta. HEX triplet: EE, 20 and EE. RGB value is (238,32,238). Sum of RGB (Red+Green+Blue) = 238+32+238=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 32 (12.89% from 255 or 6.30% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE20EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20EE is #11DF11. Grayscale: #747474. Windows color (decimal): -1171218 or 15605998. OLE color: 15605998.

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

Color convert

RGB 238 32 238 -
CMYK 0 0.87 0 0.07
HSL 300º 0.86% 0.53% -
HSV(B) 300º 0.87% 0.93% -
XYZ 51.21 25.38 83.09 -
YUV 117.08 196.25 214.25 -
System Red Green Blue C M Y K H S L
Decimal 238 32 238 0 0.87 0 0.07 300 0.86 0.53
Hex EE 20 EE 0 57 0 7 12C 56 35
Octal 356 40 356 0 127 0 7 454 126 65
Binary 11101110 100000 11101110 0 1010111 0 111 100101100 1010110 110101

Color Harmonies of #EE20EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20EE

Black with #EE20EE

Text Example


Text Example

White with #EE20EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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