#E88E86

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

Shades of Sweet Pink #E88E86

Tints of Sweet Pink #E88E86

Color information

#E88E86 (or 0xE88E86) is unknown color: approx Sweet Pink. HEX triplet: E8, 8E and 86. RGB value is (232,142,134). Sum of RGB (Red+Green+Blue) = 232+142+134=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88E86 is #177179. Grayscale: #A8A8A8. Windows color (decimal): -1536378 or 8818408. OLE color: 8818408.

HSL color Cylindrical-coordinate representation of color #E88E86: hue angle of 4.9º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E88E86 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB232142134-
CMYK00.390.420.09
HSL4.9º68.06%71.76%-
HSV(B)4.9º42.24%90.98%-
XYZ47.2538.2227.44-
YUV168108.82173.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.67%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=45.67%
G=27.95%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214213400.390.420.094.968.0671.76
HexE88E860272A954448
Octal35021620604752115104110
Binary1110100010001110100001100100111101010100110110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88E86; }

 p { color: rgb(232,142,134); }

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

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

 a { background-color: rgb(232,142,134); }

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

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

 span { border-color: rgb(232,142,134); }

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