#E98986

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

Shades of Sweet Pink #E98986

Tints of Sweet Pink #E98986

Color information

#E98986 (or 0xE98986) is unknown color: approx Sweet Pink. HEX triplet: E9, 89 and 86. RGB value is (233,137,134). Sum of RGB (Red+Green+Blue) = 233+137+134=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E98986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98986 is #167679. Grayscale: #A5A5A5. Windows color (decimal): -1472122 or 8817129. OLE color: 8817129.

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

Color convert

RGB233137134-
CMYK00.410.420.09
HSL1.82º69.23%71.96%-
HSV(B)1.82º42.49%91.37%-
XYZ46.8536.9427.21-
YUV165.36110.3176.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.23%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=46.23%
G=27.18%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313713400.410.420.091.8269.2371.96
HexE989860292A924548
Octal35121120605152112105110
Binary111010011000100110000110010100110101010011010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98986; }

 p { color: rgb(233,137,134); }

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

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

 a { background-color: rgb(233,137,134); }

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

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

 span { border-color: rgb(233,137,134); }

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