#EF85D9

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

Shades of Pale Magenta #EF85D9

Tints of Pale Magenta #EF85D9

Color information

#EF85D9 (or 0xEF85D9) is unknown color: approx Pale Magenta. HEX triplet: EF, 85 and D9. RGB value is (239,133,217). Sum of RGB (Red+Green+Blue) = 239+133+217=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85D9 is #107A26. Grayscale: #AEAEAE. Windows color (decimal): -1079847 or 14255599. OLE color: 14255599.

HSL color Cylindrical-coordinate representation of color #EF85D9: hue angle of 312.45º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85D9 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239133217-
CMYK00.440.090.06
HSL312.45º76.81%72.94%-
HSV(B)312.45º44.35%93.73%-
XYZ56.5140.1470.41-
YUV174.27152.12174.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 133 (52.34% from 255) = 22.58%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=40.58%
G=22.58%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913321700.440.090.06312.4576.8172.94
HexEF85D902C961384d49
Octal357205331054116470115111
Binary1110111110000101110110010101100100111010011100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85D9; }

 p { color: rgb(239,133,217); }

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

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

 a { background-color: rgb(239,133,217); }

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

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

 span { border-color: rgb(239,133,217); }

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