#E88DD6

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

Shades of Pale Magenta #E88DD6

Tints of Pale Magenta #E88DD6

Color information

#E88DD6 (or 0xE88DD6) is unknown color: approx Pale Magenta. HEX triplet: E8, 8D and D6. RGB value is (232,141,214). Sum of RGB (Red+Green+Blue) = 232+141+214=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DD6 is #177229. Grayscale: #B0B0B0. Windows color (decimal): -1536554 or 14061032. OLE color: 14061032.

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

Color convert

RGB232141214-
CMYK00.390.080.09
HSL311.87º66.42%73.14%-
HSV(B)311.87º39.22%90.98%-
XYZ54.9441.0668.65-
YUV176.53149.15167.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=39.52%
G=24.02%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214121400.390.080.09311.8766.4273.14
HexE88DD6027891384249
Octal3502153260471011470102111
Binary11101000100011011101011001001111000100110011100010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DD6; }

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

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

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

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

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

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

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

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