#EC81D3

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

Shades of Pale Magenta #EC81D3

Tints of Pale Magenta #EC81D3

Color information

#EC81D3 (or 0xEC81D3) is unknown color: approx Pale Magenta. HEX triplet: EC, 81 and D3. RGB value is (236,129,211). Sum of RGB (Red+Green+Blue) = 236+129+211=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81D3 is #137E2C. Grayscale: #AAAAAA. Windows color (decimal): -1277485 or 13861356. OLE color: 13861356.

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

Color convert

RGB236129211-
CMYK00.450.110.07
HSL314.02º73.79%71.57%-
HSV(B)314.02º45.34%92.55%-
XYZ54.238.2466.15-
YUV170.34150.95174.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=40.97%
G=22.40%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612921100.450.110.07314.0273.7971.57
HexEC81D302DB713a4a48
Octal354201323055137472112110
Binary1110110010000001110100110101101101111110011101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81D3; }

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

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

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

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

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

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

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

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