Html Css Color HEX #EE1EEB Magenta

📋 copy color: '#EE1EEB'

red 238 ◦ green 30 ◦ blue 235

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

Shades of Magenta #EE1EEB

Tints of Magenta #EE1EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.72%

R = 47.32%
G = 5.96%
B = 46.72%

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

#EE1EEB (or 0xEE1EEB) is known color: Magenta. HEX triplet: EE, 1E and EB. RGB value is (238,30,235). Sum of RGB (Red+Green+Blue) = 238+30+235=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EEB is #11E114. Grayscale: #727272. Windows color (decimal): -1171733 or 15408878. OLE color: 15408878.

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

Color convert

RGB 238 30 235 -
CMYK 0 0.87 0.01 0.07
HSL 300.87º 0.86% 0.53% -
HSV(B) 300.87º 0.87% 0.93% -
XYZ 50.72 25.1 80.77 -
YUV 115.56 195.41 215.33 -
System Red Green Blue C M Y K H S L
Decimal 238 30 235 0 0.87 0.01 0.07 300.87 0.86 0.53
Hex EE 1E EB 0 57 1 7 12D 56 35
Octal 356 36 353 0 127 1 7 455 126 65
Binary 11101110 11110 11101011 0 1010111 1 111 100101101 1010110 110101

Color Harmonies of #EE1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EEB

Black with #EE1EEB

Text Example


Text Example

White with #EE1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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