#E88DDC

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

Shades of Pale Magenta #E88DDC

Tints of Pale Magenta #E88DDC

Color information

#E88DDC (or 0xE88DDC) is unknown color: approx Pale Magenta. HEX triplet: E8, 8D and DC. RGB value is (232,141,220). Sum of RGB (Red+Green+Blue) = 232+141+220=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DDC is #177223. Grayscale: #B0B0B0. Windows color (decimal): -1536548 or 14454248. OLE color: 14454248.

HSL color Cylindrical-coordinate representation of color #E88DDC: hue angle of 307.91º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88DDC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232141220-
CMYK00.390.050.09
HSL307.91º66.42%73.14%-
HSV(B)307.91º39.22%90.98%-
XYZ55.7241.3772.76-
YUV177.22152.15167.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=39.12%
G=23.78%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214122000.390.050.09307.9166.4273.14
HexE88DDC027591344249
Octal350215334047511464102111
Binary1110100010001101110111000100111101100110011010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DDC; }

 p { color: rgb(232,141,220); }

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

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

 a { background-color: rgb(232,141,220); }

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

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

 span { border-color: rgb(232,141,220); }

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