#EC85D8

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

Shades of Pale Magenta #EC85D8

Tints of Pale Magenta #EC85D8

Color information

#EC85D8 (or 0xEC85D8) is unknown color: approx Pale Magenta. HEX triplet: EC, 85 and D8. RGB value is (236,133,216). Sum of RGB (Red+Green+Blue) = 236+133+216=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85D8 is #137A27. Grayscale: #ADADAD. Windows color (decimal): -1276456 or 14190060. OLE color: 14190060.

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

Color convert

RGB236133216-
CMYK00.440.080.07
HSL311.65º73.05%72.35%-
HSV(B)311.65º43.64%92.55%-
XYZ55.3739.5769.68-
YUV173.26152.12172.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=40.34%
G=22.74%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613321600.440.080.07311.6573.0572.35
HexEC85D802C871384948
Octal354205330054107470111110
Binary1110110010000101110110000101100100011110011100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85D8; }

 p { color: rgb(236,133,216); }

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

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

 a { background-color: rgb(236,133,216); }

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

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

 span { border-color: rgb(236,133,216); }

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