#EF2DFE

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

Shades of Magenta #EF2DFE

Tints of Magenta #EF2DFE

Color information

#EF2DFE (or 0xEF2DFE) is unknown color: approx Magenta. HEX triplet: EF, 2D and FE. RGB value is (239,45,254). Sum of RGB (Red+Green+Blue) = 239+45+254=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 45 (17.97% from 255 or 8.36% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF2DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2DFE is #10D201. Grayscale: #7E7E7E. Windows color (decimal): -1102338 or 16657903. OLE color: 16657903.

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

Color convert

RGB23945254-
CMYK0.060.8200.00
HSL295.69º99.05%58.63%-
HSV(B)295.69º82.28%99.61%-
XYZ54.4227.3896.18-
YUV126.83199.77208.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 45 (17.97% from 255) = 8.36%
BLUE value IS 254 (99.61% from 255) = 47.21%
R=44.42%
G=8.36%
B=47.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal239452540.060.8200.00295.6999.0558.63
HexEF2DFE65200128633b
Octal3575537661220045014373
Binary11101111101101111111101101010010001001010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2DFE; }

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

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

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

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

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

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

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

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