#E88C86

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

Shades of Sweet Pink #E88C86

Tints of Sweet Pink #E88C86

Color information

#E88C86 (or 0xE88C86) is unknown color: approx Sweet Pink. HEX triplet: E8, 8C and 86. RGB value is (232,140,134). Sum of RGB (Red+Green+Blue) = 232+140+134=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88C86 is #177379. Grayscale: #A6A6A6. Windows color (decimal): -1536890 or 8817896. OLE color: 8817896.

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

Color convert

RGB232140134-
CMYK00.400.420.09
HSL3.67º68.06%71.76%-
HSV(B)3.67º42.24%90.98%-
XYZ46.9637.6327.34-
YUV166.82109.48174.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.85%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=45.85%
G=27.67%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214013400.400.420.093.6768.0671.76
HexE88C860282A944448
Octal35021420605052114104110
Binary1110100010001100100001100101000101010100110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C86; }

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

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

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

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

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

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

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

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