Html Css Color HEX #EE1AEE Magenta

📋 copy color: '#EE1AEE'

red 238 ◦ green 26 ◦ blue 238

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

Shades of Magenta #EE1AEE

Tints of Magenta #EE1AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.18%

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

R = 47.41%
G = 5.18%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE1AEE (or 0xEE1AEE) is known color: Magenta. HEX triplet: EE, 1A and EE. RGB value is (238,26,238). Sum of RGB (Red+Green+Blue) = 238+26+238=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE1AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AEE is #11E511. Grayscale: #707070. Windows color (decimal): -1172754 or 15604462. OLE color: 15604462.

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

Color convert

RGB 238 26 238 -
CMYK 0 0.89 0 0.07
HSL 300º 0.86% 0.52% -
HSV(B) 300º 0.89% 0.93% -
XYZ 51.06 25.09 83.04 -
YUV 113.56 198.24 216.76 -
System Red Green Blue C M Y K H S L
Decimal 238 26 238 0 0.89 0 0.07 300 0.86 0.52
Hex EE 1A EE 0 59 0 7 12C 56 34
Octal 356 32 356 0 131 0 7 454 126 64
Binary 11101110 11010 11101110 0 1011001 0 111 100101100 1010110 110100

Color Harmonies of #EE1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1AEE

Black with #EE1AEE

Text Example


Text Example

White with #EE1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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