#EC81DA

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

Shades of Pale Magenta #EC81DA

Tints of Pale Magenta #EC81DA

Color information

#EC81DA (or 0xEC81DA) is unknown color: approx Pale Magenta. HEX triplet: EC, 81 and DA. RGB value is (236,129,218). Sum of RGB (Red+Green+Blue) = 236+129+218=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81DA is #137E25. Grayscale: #AAAAAA. Windows color (decimal): -1277478 or 14320108. OLE color: 14320108.

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

Color convert

RGB236129218-
CMYK00.450.080.07
HSL310.09º73.79%71.57%-
HSV(B)310.09º45.34%92.55%-
XYZ55.138.670.88-
YUV171.14154.45174.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=40.48%
G=22.13%
B=37.39%

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
Decimal23612921800.450.080.07310.0973.7971.57
HexEC81DA02D871364a48
Octal354201332055107466112110
Binary1110110010000001110110100101101100011110011011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81DA; }

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

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

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

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

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

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

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

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