#E88DD7

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

Shades of Pale Magenta #E88DD7

Tints of Pale Magenta #E88DD7

Color information

#E88DD7 (or 0xE88DD7) is unknown color: approx Pale Magenta. HEX triplet: E8, 8D and D7. RGB value is (232,141,215). Sum of RGB (Red+Green+Blue) = 232+141+215=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DD7 is #177228. Grayscale: #B0B0B0. Windows color (decimal): -1536553 or 14126568. OLE color: 14126568.

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

Color convert

RGB232141215-
CMYK00.390.070.09
HSL311.21º66.42%73.14%-
HSV(B)311.21º39.22%90.98%-
XYZ55.0741.1169.32-
YUV176.64149.65167.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.46%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=39.46%
G=23.98%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214121500.390.070.09311.2166.4273.14
HexE88DD7027791374249
Octal350215327047711467102111
Binary1110100010001101110101110100111111100110011011110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DD7; }

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

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

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

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

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

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

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

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