#EC81D9

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

Shades of Pale Magenta #EC81D9

Tints of Pale Magenta #EC81D9

Color information

#EC81D9 (or 0xEC81D9) is unknown color: approx Pale Magenta. HEX triplet: EC, 81 and D9. RGB value is (236,129,217). Sum of RGB (Red+Green+Blue) = 236+129+217=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81D9 is #137E26. Grayscale: #AAAAAA. Windows color (decimal): -1277479 or 14254572. OLE color: 14254572.

HSL color Cylindrical-coordinate representation of color #EC81D9: hue angle of 310.65º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81D9 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236129217-
CMYK00.450.080.07
HSL310.65º73.79%71.57%-
HSV(B)310.65º45.34%92.55%-
XYZ54.9738.5470.19-
YUV171.02153.95174.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=40.55%
G=22.16%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612921700.450.080.07310.6573.7971.57
HexEC81D902D871374a48
Octal354201331055107467112110
Binary1110110010000001110110010101101100011110011011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81D9; }

 p { color: rgb(236,129,217); }

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

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

 a { background-color: rgb(236,129,217); }

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

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

 span { border-color: rgb(236,129,217); }

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