#FF2EFD

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

Shades of Magenta #FF2EFD

Tints of Magenta #FF2EFD

Color information

#FF2EFD (or 0xFF2EFD) is unknown color: approx Magenta. HEX triplet: FF, 2E and FD. RGB value is (255,46,253). Sum of RGB (Red+Green+Blue) = 255+46+253=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 46 (18.36% from 255 or 8.30% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EFD is #00D102. Grayscale: #838383. Windows color (decimal): -53507 or 16592639. OLE color: 16592639.

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

Color convert

RGB25546253-
CMYK00.820.010
HSL300.57º100%59.02%-
HSV(B)300.57º81.96%100%-
XYZ59.9530.3195.62-
YUV132.09196.24215.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 46 (18.36% from 255) = 8.30%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=46.03%
G=8.30%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554625300.820.010300.5710059.02
HexFF2EFD0521012d643b
Octal3775637501221045514473
Binary111111111011101111110101010010101001011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2EFD; }

 p { color: rgb(255,46,253); }

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

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

 a { background-color: rgb(255,46,253); }

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

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

 span { border-color: rgb(255,46,253); }

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