#E88FDA

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

Shades of Pale Magenta #E88FDA

Tints of Pale Magenta #E88FDA

Color information

#E88FDA (or 0xE88FDA) is unknown color: approx Pale Magenta. HEX triplet: E8, 8F and DA. RGB value is (232,143,218). Sum of RGB (Red+Green+Blue) = 232+143+218=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88FDA is #177025. Grayscale: #B1B1B1. Windows color (decimal): -1536038 or 14323688. OLE color: 14323688.

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

Color convert

RGB232143218-
CMYK00.380.060.09
HSL309.44º65.93%73.53%-
HSV(B)309.44º38.36%90.98%-
XYZ55.7641.8671.47-
YUV178.16150.49166.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=39.12%
G=24.11%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214321800.380.060.09309.4465.9373.53
HexE88FDA02669135424a
Octal350217332046611465102112
Binary1110100010001111110110100100110110100110011010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88FDA; }

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

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

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

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

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

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

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

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