#E88DDB

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

Shades of Pale Magenta #E88DDB

Tints of Pale Magenta #E88DDB

Color information

#E88DDB (or 0xE88DDB) is unknown color: approx Pale Magenta. HEX triplet: E8, 8D and DB. RGB value is (232,141,219). Sum of RGB (Red+Green+Blue) = 232+141+219=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DDB is #177224. Grayscale: #B0B0B0. Windows color (decimal): -1536549 or 14388712. OLE color: 14388712.

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

Color convert

RGB232141219-
CMYK00.390.060.09
HSL308.57º66.42%73.14%-
HSV(B)308.57º39.22%90.98%-
XYZ55.5941.3272.06-
YUV177.1151.65167.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=39.19%
G=23.82%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214121900.390.060.09308.5766.4273.14
HexE88DDB027691354249
Octal350215333047611465102111
Binary1110100010001101110110110100111110100110011010110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DDB; }

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

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

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

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

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

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

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

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