#EF28FE

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

Shades of Magenta #EF28FE

Tints of Magenta #EF28FE

Color information

#EF28FE (or 0xEF28FE) is unknown color: approx Magenta. HEX triplet: EF, 28 and FE. RGB value is (239,40,254). Sum of RGB (Red+Green+Blue) = 239+40+254=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 40 (16.02% from 255 or 7.50% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28FE is #10D701. Grayscale: #7B7B7B. Windows color (decimal): -1103618 or 16656623. OLE color: 16656623.

HSL color Cylindrical-coordinate representation of color #EF28FE: hue angle of 295.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF28FE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23940254-
CMYK0.060.8400.00
HSL295.79º99.07%57.65%-
HSV(B)295.79º84.25%99.61%-
XYZ54.2427.0296.12-
YUV123.9201.43210.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 40 (16.02% from 255) = 7.50%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=44.84%
G=7.50%
B=47.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal239402540.060.8400.00295.7999.0757.65
HexEF28FE65400128633a
Octal3575037661240045014372
Binary11101111101000111111101101010100001001010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF28FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF28FE; }

 p { color: rgb(239,40,254); }

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

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

 a { background-color: rgb(239,40,254); }

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

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

 span { border-color: rgb(239,40,254); }

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