Html Css Color HEX #EE1EEC Magenta

📋 copy color: '#EE1EEC'

red 238 ◦ green 30 ◦ blue 236

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

Shades of Magenta #EE1EEC

Tints of Magenta #EE1EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.95%

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

R = 47.22%
G = 5.95%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE1EEC (or 0xEE1EEC) is known color: Magenta. HEX triplet: EE, 1E and EC. RGB value is (238,30,236). Sum of RGB (Red+Green+Blue) = 238+30+236=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EEC is #11E113. Grayscale: #737373. Windows color (decimal): -1171732 or 15474414. OLE color: 15474414.

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

Color convert

RGB 238 30 236 -
CMYK 0 0.87 0.01 0.07
HSL 300.58º 0.86% 0.53% -
HSV(B) 300.58º 0.87% 0.93% -
XYZ 50.86 25.16 81.53 -
YUV 115.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 238 30 236 0 0.87 0.01 0.07 300.58 0.86 0.53
Hex EE 1E EC 0 57 1 7 12D 56 35
Octal 356 36 354 0 127 1 7 455 126 65
Binary 11101110 11110 11101100 0 1010111 1 111 100101101 1010110 110101

Color Harmonies of #EE1EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EEC

Black with #EE1EEC

Text Example


Text Example

White with #EE1EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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