#EE15F8

Color #EE15F8 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #EE15F8

Tints of Magenta #EE15F8

Color information

#EE15F8 (or 0xEE15F8) is unknown color: approx Magenta. HEX triplet: EE, 15 and F8. RGB value is (238,21,248). Sum of RGB (Red+Green+Blue) = 238+21+248=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 21 (8.59% from 255 or 4.14% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE15F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE15F8 is #11EA07. Grayscale: #6F6F6F. Windows color (decimal): -1174024 or 16258542. OLE color: 16258542.

HSL color Cylindrical-coordinate representation of color #EE15F8: hue angle of 297.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE15F8 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23821248-
CMYK0.040.9200.03
HSL297.36º94.19%52.75%-
HSV(B)297.36º91.53%97.25%-
XYZ52.4725.4990.96-
YUV111.76204.89218.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 21 (8.59% from 255) = 4.14%
BLUE value IS 248 (97.27% from 255) = 48.92%
R=46.94%
G=4.14%
B=48.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal238212480.040.9200.03297.3694.1952.75
HexEE15F845C031295e35
Octal3562537041340345113665
Binary11101110101011111100010010111000111001010011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE15F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE15F8; }

 p { color: rgb(238,21,248); }

 H1.HeaderClassName
 {
   color: #EE15F8;
 }
 .AnyTagClassName
 {
   color: #EE15F8;
 }
</style>
background-color css

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

 a { background-color: rgb(238,21,248); }

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

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

 span { border-color: rgb(238,21,248); }

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