#EC8BDC

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

Shades of Pale Magenta #EC8BDC

Tints of Pale Magenta #EC8BDC

Color information

#EC8BDC (or 0xEC8BDC) is unknown color: approx Pale Magenta. HEX triplet: EC, 8B and DC. RGB value is (236,139,220). Sum of RGB (Red+Green+Blue) = 236+139+220=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BDC is #137423. Grayscale: #B1B1B1. Windows color (decimal): -1274916 or 14453740. OLE color: 14453740.

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

Color convert

RGB236139220-
CMYK00.410.070.07
HSL309.9º71.85%73.53%-
HSV(B)309.9º41.1%92.55%-
XYZ56.7441.4772.72-
YUV177.24152.14169.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 139 (54.69% from 255) = 23.36%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=39.66%
G=23.36%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613922000.410.070.07309.971.8573.53
HexEC8BDC02977136484a
Octal35421333405177466110112
Binary111011001000101111011100010100111111110011011010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BDC; }

 p { color: rgb(236,139,220); }

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

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

 a { background-color: rgb(236,139,220); }

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

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

 span { border-color: rgb(236,139,220); }

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