Html Css Color HEX #EE11FC Magenta

📋 copy color: '#EE11FC'

red 238 ◦ green 17 ◦ blue 252

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

Shades of Magenta #EE11FC

Tints of Magenta #EE11FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 46.94%
G = 3.35%
B = 49.7%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE11FC (or 0xEE11FC) is known color: Magenta. HEX triplet: EE, 11 and FC. RGB value is (238,17,252). Sum of RGB (Red+Green+Blue) = 238+17+252=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 17 (7.03% from 255 or 3.35% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE11FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE11FC is #11EE03. Grayscale: #6D6D6D. Windows color (decimal): -1175044 or 16519662. OLE color: 16519662.

HSL color Cylindrical-coordinate representation of color #EE11FC: hue angle of 296.43º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE11FC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 17 252 -
CMYK 0.06 0.93 0 0.01
HSL 296.43º 0.98% 0.53% -
HSV(B) 296.43º 0.93% 0.99% -
XYZ 53.03 25.61 94.24 -
YUV 109.87 208.22 219.39 -
System Red Green Blue C M Y K H S L
Decimal 238 17 252 0.06 0.93 0 0.01 296.43 0.98 0.53
Hex EE 11 FC 6 5D 0 1 128 62 35
Octal 356 21 374 6 135 0 1 450 142 65
Binary 11101110 10001 11111100 110 1011101 0 1 100101000 1100010 110101

Color Harmonies of #EE11FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11FC

Black with #EE11FC

Text Example


Text Example

White with #EE11FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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