#EF1EED

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

Shades of Magenta #EF1EED

Tints of Magenta #EF1EED

Color information

#EF1EED (or 0xEF1EED) is unknown color: approx Magenta. HEX triplet: EF, 1E and ED. RGB value is (239,30,237). Sum of RGB (Red+Green+Blue) = 239+30+237=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EED is #10E112. Grayscale: #737373. Windows color (decimal): -1106195 or 15539951. OLE color: 15539951.

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

Color convert

RGB23930237-
CMYK00.870.010.06
HSL300.57º86.72%52.75%-
HSV(B)300.57º87.45%93.73%-
XYZ51.3525.3982.32-
YUV116.09196.24215.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 30 (12.11% from 255) = 5.93%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=47.23%
G=5.93%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393023700.870.010.06300.5786.7252.75
HexEF1EED0571612d5735
Octal3573635501271645512765
Binary1110111111110111011010101011111101001011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EED; }

 p { color: rgb(239,30,237); }

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

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

 a { background-color: rgb(239,30,237); }

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

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

 span { border-color: rgb(239,30,237); }

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