Html Css Color HEX #EE1DEE Magenta

📋 copy color: '#EE1DEE'

red 238 ◦ green 29 ◦ blue 238

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

Shades of Magenta #EE1DEE

Tints of Magenta #EE1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.74%

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

R = 47.13%
G = 5.74%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE1DEE (or 0xEE1DEE) is known color: Magenta. HEX triplet: EE, 1D and EE. RGB value is (238,29,238). Sum of RGB (Red+Green+Blue) = 238+29+238=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 29 (11.72% from 255 or 5.74% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE1DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1DEE is #11E211. Grayscale: #727272. Windows color (decimal): -1171986 or 15605230. OLE color: 15605230.

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

Color convert

RGB 238 29 238 -
CMYK 0 0.88 0 0.07
HSL 300º 0.86% 0.52% -
HSV(B) 300º 0.88% 0.93% -
XYZ 51.13 25.23 83.06 -
YUV 115.32 197.24 215.51 -
System Red Green Blue C M Y K H S L
Decimal 238 29 238 0 0.88 0 0.07 300 0.86 0.52
Hex EE 1D EE 0 58 0 7 12C 56 34
Octal 356 35 356 0 130 0 7 454 126 64
Binary 11101110 11101 11101110 0 1011000 0 111 100101100 1010110 110100

Color Harmonies of #EE1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DEE

Black with #EE1DEE

Text Example


Text Example

White with #EE1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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