Html Css Color HEX #EE11FA Magenta

📋 copy color: '#EE11FA'

red 238 ◦ green 17 ◦ blue 250

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

Shades of Magenta #EE11FA

Tints of Magenta #EE11FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 47.13%
G = 3.37%
B = 49.5%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE11FA (or 0xEE11FA) is known color: Magenta. HEX triplet: EE, 11 and FA. RGB value is (238,17,250). Sum of RGB (Red+Green+Blue) = 238+17+250=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 17 (7.03% from 255 or 3.37% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE11FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE11FA is #11EE05. Grayscale: #6C6C6C. Windows color (decimal): -1175046 or 16388590. OLE color: 16388590.

HSL color Cylindrical-coordinate representation of color #EE11FA: hue angle of 296.91º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE11FA is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 17 250 -
CMYK 0.05 0.93 0 0.02
HSL 296.91º 0.96% 0.52% -
HSV(B) 296.91º 0.93% 0.98% -
XYZ 52.72 25.48 92.58 -
YUV 109.64 207.22 219.55 -
System Red Green Blue C M Y K H S L
Decimal 238 17 250 0.05 0.93 0 0.02 296.91 0.96 0.52
Hex EE 11 FA 5 5D 0 2 129 60 34
Octal 356 21 372 5 135 0 2 451 140 64
Binary 11101110 10001 11111010 101 1011101 0 10 100101001 1100000 110100

Color Harmonies of #EE11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11FA

Black with #EE11FA

Text Example


Text Example

White with #EE11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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