Html Css Color HEX #EE11E4 Magenta

📋 copy color: '#EE11E4'

red 238 ◦ green 17 ◦ blue 228

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

Shades of Magenta #EE11E4

Tints of Magenta #EE11E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.2%

R = 49.28%
G = 3.52%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE11E4 (or 0xEE11E4) is known color: Magenta. HEX triplet: EE, 11 and E4. RGB value is (238,17,228). Sum of RGB (Red+Green+Blue) = 238+17+228=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE11E4 is #11EE1B. Grayscale: #6A6A6A. Windows color (decimal): -1175068 or 14946798. OLE color: 14946798.

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

Color convert

RGB 238 17 228 -
CMYK 0 0.93 0.04 0.07
HSL 302.71º 0.87% 0.5% -
HSV(B) 302.71º 0.93% 0.93% -
XYZ 49.46 24.18 75.46 -
YUV 107.13 196.22 221.34 -
System Red Green Blue C M Y K H S L
Decimal 238 17 228 0 0.93 0.04 0.07 302.71 0.87 0.5
Hex EE 11 E4 0 5D 4 7 12F 57 32
Octal 356 21 344 0 135 4 7 457 127 62
Binary 11101110 10001 11100100 0 1011101 100 111 100101111 1010111 110010

Color Harmonies of #EE11E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11E4

Black with #EE11E4

Text Example


Text Example

White with #EE11E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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