#EC8CD5

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

Shades of Pale Magenta #EC8CD5

Tints of Pale Magenta #EC8CD5

Color information

#EC8CD5 (or 0xEC8CD5) is unknown color: approx Pale Magenta. HEX triplet: EC, 8C and D5. RGB value is (236,140,213). Sum of RGB (Red+Green+Blue) = 236+140+213=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CD5 is #13732A. Grayscale: #B0B0B0. Windows color (decimal): -1274667 or 13995244. OLE color: 13995244.

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

Color convert

RGB236140213-
CMYK00.410.100.07
HSL314.38º71.64%73.73%-
HSV(B)314.38º40.68%92.55%-
XYZ55.9841.3967.99-
YUV177.03148.3170.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=40.07%
G=23.77%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614021300.410.100.07314.3871.6473.73
HexEC8CD5029A713a484a
Octal354214325051127472110112
Binary1110110010001100110101010101001101011110011101010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CD5; }

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

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

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

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

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

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

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

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