#EC87DF

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

Shades of Pale Magenta #EC87DF

Tints of Pale Magenta #EC87DF

Color information

#EC87DF (or 0xEC87DF) is unknown color: approx Pale Magenta. HEX triplet: EC, 87 and DF. RGB value is (236,135,223). Sum of RGB (Red+Green+Blue) = 236+135+223=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87DF is #137820. Grayscale: #AEAEAE. Windows color (decimal): -1275937 or 14649324. OLE color: 14649324.

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

Color convert

RGB236135223-
CMYK00.430.060.07
HSL307.72º72.66%72.75%-
HSV(B)307.72º42.8%92.55%-
XYZ56.5840.4974.65-
YUV175.23154.96171.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 135 (53.12% from 255) = 22.73%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=39.73%
G=22.73%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613522300.430.060.07307.7272.6672.75
HexEC87DF02B671344949
Octal35420733705367464111111
Binary111011001000011111011111010101111011110011010010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC87DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC87DF; }

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

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

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

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

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

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

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

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