Html Css Color HEX #EE11EB Magenta

📋 copy color: '#EE11EB'

red 238 ◦ green 17 ◦ blue 235

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

Shades of Magenta #EE11EB

Tints of Magenta #EE11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.47%

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

R = 48.57%
G = 3.47%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE11EB (or 0xEE11EB) is known color: Magenta. HEX triplet: EE, 11 and EB. RGB value is (238,17,235). Sum of RGB (Red+Green+Blue) = 238+17+235=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE11EB is #11EE14. Grayscale: #6B6B6B. Windows color (decimal): -1175061 or 15405550. OLE color: 15405550.

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

Color convert

RGB 238 17 235 -
CMYK 0 0.93 0.01 0.07
HSL 300.81º 0.87% 0.5% -
HSV(B) 300.81º 0.93% 0.93% -
XYZ 50.46 24.58 80.68 -
YUV 107.93 199.72 220.77 -
System Red Green Blue C M Y K H S L
Decimal 238 17 235 0 0.93 0.01 0.07 300.81 0.87 0.5
Hex EE 11 EB 0 5D 1 7 12D 57 32
Octal 356 21 353 0 135 1 7 455 127 62
Binary 11101110 10001 11101011 0 1011101 1 111 100101101 1010111 110010

Color Harmonies of #EE11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11EB

Black with #EE11EB

Text Example


Text Example

White with #EE11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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