#EC87D5

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

Shades of Pale Magenta #EC87D5

Tints of Pale Magenta #EC87D5

Color information

#EC87D5 (or 0xEC87D5) is unknown color: approx Pale Magenta. HEX triplet: EC, 87 and D5. RGB value is (236,135,213). Sum of RGB (Red+Green+Blue) = 236+135+213=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87D5 is #13782A. Grayscale: #ADADAD. Windows color (decimal): -1275947 or 13993964. OLE color: 13993964.

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

Color convert

RGB236135213-
CMYK00.430.100.07
HSL313.66º72.66%72.75%-
HSV(B)313.66º42.8%92.55%-
XYZ55.2739.9667.75-
YUV174.09149.96172.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 135 (53.12% from 255) = 23.12%
BLUE value IS 213 (83.59% from 255) = 36.47%
R=40.41%
G=23.12%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613521300.430.100.07313.6672.6672.75
HexEC87D502BA713a4949
Octal354207325053127472111111
Binary1110110010000111110101010101011101011110011101010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC87D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC87D5; }

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

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

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

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

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

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

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

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