#EF17E8

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

Shades of Magenta #EF17E8

Tints of Magenta #EF17E8

Color information

#EF17E8 (or 0xEF17E8) is unknown color: approx Magenta. HEX triplet: EF, 17 and E8. RGB value is (239,23,232). Sum of RGB (Red+Green+Blue) = 239+23+232=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17E8 is #10E817. Grayscale: #6E6E6E. Windows color (decimal): -1107992 or 15210479. OLE color: 15210479.

HSL color Cylindrical-coordinate representation of color #EF17E8: hue angle of 301.94º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17E8 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB23923232-
CMYK00.900.030.06
HSL301.94º87.1%51.37%-
HSV(B)301.94º90.38%93.73%-
XYZ50.4724.7978.47-
YUV111.41196.06219.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 23 (9.38% from 255) = 4.66%
BLUE value IS 232 (91.02% from 255) = 46.96%
R=48.38%
G=4.66%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392323200.900.030.06301.9487.151.37
HexEF17E805A3612e5733
Octal3572735001323645612763
Binary11101111101111110100001011010111101001011101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF17E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF17E8; }

 p { color: rgb(239,23,232); }

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

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

 a { background-color: rgb(239,23,232); }

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

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

 span { border-color: rgb(239,23,232); }

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