#EF87D5

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

Shades of Pale Magenta #EF87D5

Tints of Pale Magenta #EF87D5

Color information

#EF87D5 (or 0xEF87D5) is unknown color: approx Pale Magenta. HEX triplet: EF, 87 and D5. RGB value is (239,135,213). Sum of RGB (Red+Green+Blue) = 239+135+213=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87D5 is #10782A. Grayscale: #AEAEAE. Windows color (decimal): -1079339 or 13993967. OLE color: 13993967.

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

Color convert

RGB239135213-
CMYK00.440.110.06
HSL315º76.47%73.33%-
HSV(B)315º43.51%93.73%-
XYZ56.2740.4867.8-
YUV174.99149.46173.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 135 (53.12% from 255) = 23.00%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=40.72%
G=23.00%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913521300.440.110.0631576.4773.33
HexEF87D502CB613b4c49
Octal357207325054136473114111
Binary1110111110000111110101010101100101111010011101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF87D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF87D5; }

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

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

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

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

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

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

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

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