#EC8DD4

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

Shades of Pale Magenta #EC8DD4

Tints of Pale Magenta #EC8DD4

Color information

#EC8DD4 (or 0xEC8DD4) is unknown color: approx Pale Magenta. HEX triplet: EC, 8D and D4. RGB value is (236,141,212). Sum of RGB (Red+Green+Blue) = 236+141+212=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DD4 is #13722B. Grayscale: #B1B1B1. Windows color (decimal): -1274412 or 13929964. OLE color: 13929964.

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

Color convert

RGB236141212-
CMYK00.400.100.07
HSL315.16º71.43%73.92%-
HSV(B)315.16º40.25%92.55%-
XYZ5641.6467.37-
YUV177.5147.47169.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=40.07%
G=23.94%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614121200.400.100.07315.1671.4373.92
HexEC8DD4028A713b474a
Octal354215324050127473107112
Binary1110110010001101110101000101000101011110011101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DD4; }

 p { color: rgb(236,141,212); }

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

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

 a { background-color: rgb(236,141,212); }

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

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

 span { border-color: rgb(236,141,212); }

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