#EF23FD

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

Shades of Magenta #EF23FD

Tints of Magenta #EF23FD

Color information

#EF23FD (or 0xEF23FD) is unknown color: approx Magenta. HEX triplet: EF, 23 and FD. RGB value is (239,35,253). Sum of RGB (Red+Green+Blue) = 239+35+253=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 35 (14.06% from 255 or 6.64% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF23FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF23FD is #10DC02. Grayscale: #787878. Windows color (decimal): -1104899 or 16589807. OLE color: 16589807.

HSL color Cylindrical-coordinate representation of color #EF23FD: hue angle of 296.15º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF23FD is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23935253-
CMYK0.060.8600.01
HSL296.15º98.2%56.47%-
HSV(B)296.15º86.17%99.22%-
XYZ53.9326.6495.23-
YUV120.85202.59212.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.35%
GREEN value IS 35 (14.06% from 255) = 6.64%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=45.35%
G=6.64%
B=48.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239352530.060.8600.01296.1598.256.47
HexEF23FD656011286238
Octal3574337561260145014270
Binary11101111100011111111011101010110011001010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF23FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF23FD; }

 p { color: rgb(239,35,253); }

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

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

 a { background-color: rgb(239,35,253); }

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

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

 span { border-color: rgb(239,35,253); }

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