Html Css Color HEX #EE11EA Magenta

📋 copy color: '#EE11EA'

red 238 ◦ green 17 ◦ blue 234

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

Shades of Magenta #EE11EA

Tints of Magenta #EE11EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 48.67%
G = 3.48%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE11EA (or 0xEE11EA) is known color: Magenta. HEX triplet: EE, 11 and EA. RGB value is (238,17,234). Sum of RGB (Red+Green+Blue) = 238+17+234=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE11EA is #11EE15. Grayscale: #6B6B6B. Windows color (decimal): -1175062 or 15340014. OLE color: 15340014.

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

Color convert

RGB 238 17 234 -
CMYK 0 0.93 0.02 0.07
HSL 301.09º 0.87% 0.5% -
HSV(B) 301.09º 0.93% 0.93% -
XYZ 50.31 24.52 79.92 -
YUV 107.82 199.22 220.86 -
System Red Green Blue C M Y K H S L
Decimal 238 17 234 0 0.93 0.02 0.07 301.09 0.87 0.5
Hex EE 11 EA 0 5D 2 7 12D 57 32
Octal 356 21 352 0 135 2 7 455 127 62
Binary 11101110 10001 11101010 0 1011101 10 111 100101101 1010111 110010

Color Harmonies of #EE11EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11EA

Black with #EE11EA

Text Example


Text Example

White with #EE11EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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