#EC8ADF

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

Shades of Pale Magenta #EC8ADF

Tints of Pale Magenta #EC8ADF

Color information

#EC8ADF (or 0xEC8ADF) is unknown color: approx Pale Magenta. HEX triplet: EC, 8A and DF. RGB value is (236,138,223). Sum of RGB (Red+Green+Blue) = 236+138+223=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ADF is #137520. Grayscale: #B0B0B0. Windows color (decimal): -1275169 or 14650092. OLE color: 14650092.

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

Color convert

RGB236138223-
CMYK00.420.060.07
HSL307.96º72.06%73.33%-
HSV(B)307.96º41.53%92.55%-
XYZ5741.3474.79-
YUV176.99153.97170.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 138 (54.30% from 255) = 23.12%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=39.53%
G=23.12%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613822300.420.060.07307.9672.0673.33
HexEC8ADF02A671344849
Octal35421233705267464110111
Binary111011001000101011011111010101011011110011010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8ADF; }

 p { color: rgb(236,138,223); }

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

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

 a { background-color: rgb(236,138,223); }

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

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

 span { border-color: rgb(236,138,223); }

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