#EF93DF

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

Shades of Pale Magenta #EF93DF

Tints of Pale Magenta #EF93DF

Color information

#EF93DF (or 0xEF93DF) is unknown color: approx Pale Magenta. HEX triplet: EF, 93 and DF. RGB value is (239,147,223). Sum of RGB (Red+Green+Blue) = 239+147+223=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93DF is #106C20. Grayscale: #B6B6B6. Windows color (decimal): -1076257 or 14652399. OLE color: 14652399.

HSL color Cylindrical-coordinate representation of color #EF93DF: hue angle of 310.43º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93DF is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239147223-
CMYK00.380.070.06
HSL310.43º74.19%75.69%-
HSV(B)310.43º38.49%93.73%-
XYZ59.3544.5575.28-
YUV183.17150.48167.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 147 (57.81% from 255) = 24.14%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=39.24%
G=24.14%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914722300.380.070.06310.4374.1975.69
HexEF93DF026761364a4c
Octal35722333704676466112114
Binary111011111001001111011111010011011111010011011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93DF; }

 p { color: rgb(239,147,223); }

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

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

 a { background-color: rgb(239,147,223); }

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

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

 span { border-color: rgb(239,147,223); }

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