#EC8DDE

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

Shades of Pale Magenta #EC8DDE

Tints of Pale Magenta #EC8DDE

Color information

#EC8DDE (or 0xEC8DDE) is unknown color: approx Pale Magenta. HEX triplet: EC, 8D and DE. RGB value is (236,141,222). Sum of RGB (Red+Green+Blue) = 236+141+222=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DDE is #137221. Grayscale: #B2B2B2. Windows color (decimal): -1274402 or 14585324. OLE color: 14585324.

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

Color convert

RGB236141222-
CMYK00.400.060.07
HSL308.84º71.43%73.92%-
HSV(B)308.84º40.25%92.55%-
XYZ57.342.1674.22-
YUV178.64152.47168.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 141 (55.47% from 255) = 23.54%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=39.40%
G=23.54%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614122200.400.060.07308.8471.4373.92
HexEC8DDE02867135474a
Octal35421533605067465107112
Binary111011001000110111011110010100011011110011010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DDE; }

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

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

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

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

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

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

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

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