#EF1FFB

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

Shades of Magenta #EF1FFB

Tints of Magenta #EF1FFB

Color information

#EF1FFB (or 0xEF1FFB) is unknown color: approx Magenta. HEX triplet: EF, 1F and FB. RGB value is (239,31,251). Sum of RGB (Red+Green+Blue) = 239+31+251=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 31 (12.5% from 255 or 5.95% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF1FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1FFB is #10E004. Grayscale: #757575. Windows color (decimal): -1105925 or 16457711. OLE color: 16457711.

HSL color Cylindrical-coordinate representation of color #EF1FFB: hue angle of 296.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1FFB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23931251-
CMYK0.050.8800.02
HSL296.73º96.49%55.29%-
HSV(B)296.73º87.65%98.43%-
XYZ53.526.393.52-
YUV118.27202.91214.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 31 (12.5% from 255) = 5.95%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=45.87%
G=5.95%
B=48.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239312510.050.8800.02296.7396.4955.29
HexEF1FFB558021296037
Octal3573737351300245114067
Binary11101111111111111101110110110000101001010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1FFB; }

 p { color: rgb(239,31,251); }

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

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

 a { background-color: rgb(239,31,251); }

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

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

 span { border-color: rgb(239,31,251); }

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