#EF87D9

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

Shades of Pale Magenta #EF87D9

Tints of Pale Magenta #EF87D9

Color information

#EF87D9 (or 0xEF87D9) is unknown color: approx Pale Magenta. HEX triplet: EF, 87 and D9. RGB value is (239,135,217). Sum of RGB (Red+Green+Blue) = 239+135+217=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 135 (53.12% from 255 or 22.84% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87D9 is #107826. Grayscale: #AFAFAF. Windows color (decimal): -1079335 or 14256111. OLE color: 14256111.

HSL color Cylindrical-coordinate representation of color #EF87D9: hue angle of 312.69º degrees, saturation: 0.76, 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 #EF87D9 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239135217-
CMYK00.440.090.06
HSL312.69º76.47%73.33%-
HSV(B)312.69º43.51%93.73%-
XYZ56.7840.6970.51-
YUV175.44151.46173.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 135 (53.12% from 255) = 22.84%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=40.44%
G=22.84%
B=36.72%

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
Decimal23913521700.440.090.06312.6976.4773.33
HexEF87D902C961394c49
Octal357207331054116471114111
Binary1110111110000111110110010101100100111010011100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF87D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF87D9; }

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

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

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

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

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

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

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

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