#EF87D6

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

Shades of Pale Magenta #EF87D6

Tints of Pale Magenta #EF87D6

Color information

#EF87D6 (or 0xEF87D6) is unknown color: approx Pale Magenta. HEX triplet: EF, 87 and D6. RGB value is (239,135,214). Sum of RGB (Red+Green+Blue) = 239+135+214=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 135 (53.12% from 255 or 22.96% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87D6 is #107829. Grayscale: #AEAEAE. Windows color (decimal): -1079338 or 14059503. OLE color: 14059503.

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

Color convert

RGB239135214-
CMYK00.440.100.06
HSL314.42º76.47%73.33%-
HSV(B)314.42º43.51%93.73%-
XYZ56.440.5368.47-
YUV175.1149.96173.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 135 (53.12% from 255) = 22.96%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=40.65%
G=22.96%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913521400.440.100.06314.4276.4773.33
HexEF87D602CA613a4c49
Octal357207326054126472114111
Binary1110111110000111110101100101100101011010011101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF87D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF87D6; }

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

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

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

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

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

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

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

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