Html Css Color HEX #EE22EE Magenta

📋 copy color: '#EE22EE'

red 238 ◦ green 34 ◦ blue 238

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

Shades of Magenta #EE22EE

Tints of Magenta #EE22EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.67%

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

R = 46.67%
G = 6.67%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE22EE (or 0xEE22EE) is known color: Magenta. HEX triplet: EE, 22 and EE. RGB value is (238,34,238). Sum of RGB (Red+Green+Blue) = 238+34+238=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 34 (13.67% from 255 or 6.67% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE22EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE22EE is #11DD11. Grayscale: #757575. Windows color (decimal): -1170706 or 15606510. OLE color: 15606510.

HSL color Cylindrical-coordinate representation of color #EE22EE: 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.86%. Process color model (Four color, CMYK) of #EE22EE is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 34 238 -
CMYK 0 0.86 0 0.07
HSL 300º 0.86% 0.53% -
HSV(B) 300º 0.86% 0.93% -
XYZ 51.26 25.49 83.11 -
YUV 118.25 195.59 213.41 -
System Red Green Blue C M Y K H S L
Decimal 238 34 238 0 0.86 0 0.07 300 0.86 0.53
Hex EE 22 EE 0 56 0 7 12C 56 35
Octal 356 42 356 0 126 0 7 454 126 65
Binary 11101110 100010 11101110 0 1010110 0 111 100101100 1010110 110101

Color Harmonies of #EE22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE22EE

Black with #EE22EE

Text Example


Text Example

White with #EE22EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE22EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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