#EE28F7

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

Shades of Magenta #EE28F7

Tints of Magenta #EE28F7

Color information

#EE28F7 (or 0xEE28F7) is unknown color: approx Magenta. HEX triplet: EE, 28 and F7. RGB value is (238,40,247). Sum of RGB (Red+Green+Blue) = 238+40+247=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 40 (16.02% from 255 or 7.62% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE28F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE28F7 is #11D708. Grayscale: #7A7A7A. Windows color (decimal): -1169161 or 16197870. OLE color: 16197870.

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

Color convert

RGB23840247-
CMYK0.040.8400.03
HSL297.39º92.83%56.27%-
HSV(B)297.39º83.81%96.86%-
XYZ52.8126.4190.31-
YUV122.8198.1210.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 40 (16.02% from 255) = 7.62%
BLUE value IS 247 (96.88% from 255) = 47.05%
R=45.33%
G=7.62%
B=47.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal238402470.040.8400.03297.3992.8356.27
HexEE28F7454031295d38
Octal3565036741240345113570
Binary111011101010001111011110010101000111001010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE28F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE28F7; }

 p { color: rgb(238,40,247); }

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

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

 a { background-color: rgb(238,40,247); }

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

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

 span { border-color: rgb(238,40,247); }

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