Html Css Color HEX #EE11F9 Magenta

📋 copy color: '#EE11F9'

red 238 ◦ green 17 ◦ blue 249

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

Shades of Magenta #EE11F9

Tints of Magenta #EE11F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 47.22%
G = 3.37%
B = 49.4%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE11F9 (or 0xEE11F9) is known color: Magenta. HEX triplet: EE, 11 and F9. RGB value is (238,17,249). Sum of RGB (Red+Green+Blue) = 238+17+249=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 17 (7.03% from 255 or 3.37% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE11F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE11F9 is #11EE06. Grayscale: #6C6C6C. Windows color (decimal): -1175047 or 16323054. OLE color: 16323054.

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

Color convert

RGB 238 17 249 -
CMYK 0.04 0.93 0 0.02
HSL 297.16º 0.95% 0.52% -
HSV(B) 297.16º 0.93% 0.98% -
XYZ 52.56 25.42 91.76 -
YUV 109.53 206.72 219.64 -
System Red Green Blue C M Y K H S L
Decimal 238 17 249 0.04 0.93 0 0.02 297.16 0.95 0.52
Hex EE 11 F9 4 5D 0 2 129 5F 34
Octal 356 21 371 4 135 0 2 451 137 64
Binary 11101110 10001 11111001 100 1011101 0 10 100101001 1011111 110100

Color Harmonies of #EE11F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11F9

Black with #EE11F9

Text Example


Text Example

White with #EE11F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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