#E88FA0

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

Shades of Mauvelous #E88FA0

Tints of Mauvelous #E88FA0

Color information

#E88FA0 (or 0xE88FA0) is unknown color: approx Mauvelous. HEX triplet: E8, 8F and A0. RGB value is (232,143,160). Sum of RGB (Red+Green+Blue) = 232+143+160=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88FA0 is #17705F. Grayscale: #ABABAB. Windows color (decimal): -1536096 or 10522600. OLE color: 10522600.

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

Color convert

RGB232143160-
CMYK00.380.310.09
HSL348.54º65.93%73.53%-
HSV(B)348.54º38.36%90.98%-
XYZ49.4539.3438.24-
YUV171.55121.49171.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.36%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 160 (62.89% from 255) = 29.91%
R=43.36%
G=26.73%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214316000.380.310.09348.5465.9373.53
HexE88FA00261F915d424a
Octal3502172400463711535102112
Binary111010001000111110100000010011011111100110101110110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88FA0; }

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

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

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

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

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

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

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

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