#EC87D7

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

Shades of Pale Magenta #EC87D7

Tints of Pale Magenta #EC87D7

Color information

#EC87D7 (or 0xEC87D7) is unknown color: approx Pale Magenta. HEX triplet: EC, 87 and D7. RGB value is (236,135,215). Sum of RGB (Red+Green+Blue) = 236+135+215=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87D7 is #137828. Grayscale: #AEAEAE. Windows color (decimal): -1275945 or 14125036. OLE color: 14125036.

HSL color Cylindrical-coordinate representation of color #EC87D7: hue angle of 312.48º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC87D7 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236135215-
CMYK00.430.090.07
HSL312.48º72.66%72.75%-
HSV(B)312.48º42.8%92.55%-
XYZ55.5240.0769.1-
YUV174.32150.96172-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 135 (53.12% from 255) = 23.04%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=40.27%
G=23.04%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613521500.430.090.07312.4872.6672.75
HexEC87D702B971384949
Octal354207327053117470111111
Binary1110110010000111110101110101011100111110011100010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC87D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC87D7; }

 p { color: rgb(236,135,215); }

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

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

 a { background-color: rgb(236,135,215); }

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

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

 span { border-color: rgb(236,135,215); }

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