Html Css Color HEX #EE1DEC Magenta

📋 copy color: '#EE1DEC'

red 238 ◦ green 29 ◦ blue 236

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

Shades of Magenta #EE1DEC

Tints of Magenta #EE1DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 47.32%
G = 5.77%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE1DEC (or 0xEE1DEC) is known color: Magenta. HEX triplet: EE, 1D and EC. RGB value is (238,29,236). Sum of RGB (Red+Green+Blue) = 238+29+236=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 29 (11.72% from 255 or 5.77% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1DEC is #11E213. Grayscale: #727272. Windows color (decimal): -1171988 or 15474158. OLE color: 15474158.

HSL color Cylindrical-coordinate representation of color #EE1DEC: hue angle of 300.57º 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 #EE1DEC is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 29 236 -
CMYK 0 0.88 0.01 0.07
HSL 300.57º 0.86% 0.52% -
HSV(B) 300.57º 0.88% 0.93% -
XYZ 50.84 25.11 81.52 -
YUV 115.09 196.24 215.67 -
System Red Green Blue C M Y K H S L
Decimal 238 29 236 0 0.88 0.01 0.07 300.57 0.86 0.52
Hex EE 1D EC 0 58 1 7 12D 56 34
Octal 356 35 354 0 130 1 7 455 126 64
Binary 11101110 11101 11101100 0 1011000 1 111 100101101 1010110 110100

Color Harmonies of #EE1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DEC

Black with #EE1DEC

Text Example


Text Example

White with #EE1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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