#E88FDE

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

Shades of Pale Magenta #E88FDE

Tints of Pale Magenta #E88FDE

Color information

#E88FDE (or 0xE88FDE) is unknown color: approx Pale Magenta. HEX triplet: E8, 8F and DE. RGB value is (232,143,222). Sum of RGB (Red+Green+Blue) = 232+143+222=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88FDE is #177021. Grayscale: #B2B2B2. Windows color (decimal): -1536034 or 14585832. OLE color: 14585832.

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

Color convert

RGB232143222-
CMYK00.380.040.09
HSL306.74º65.93%73.53%-
HSV(B)306.74º38.36%90.98%-
XYZ56.2942.0774.26-
YUV178.62152.49166.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 143 (56.25% from 255) = 23.95%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=38.86%
G=23.95%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214322200.380.040.09306.7465.9373.53
HexE88FDE02649133424a
Octal350217336046411463102112
Binary1110100010001111110111100100110100100110011001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88FDE; }

 p { color: rgb(232,143,222); }

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

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

 a { background-color: rgb(232,143,222); }

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

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

 span { border-color: rgb(232,143,222); }

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