#E99486

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

Shades of Sweet Pink #E99486

Tints of Sweet Pink #E99486

Color information

#E99486 (or 0xE99486) is unknown color: approx Sweet Pink. HEX triplet: E9, 94 and 86. RGB value is (233,148,134). Sum of RGB (Red+Green+Blue) = 233+148+134=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E99486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99486 is #166B79. Grayscale: #ABABAB. Windows color (decimal): -1469306 or 8819945. OLE color: 8819945.

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

Color convert

RGB233148134-
CMYK00.360.420.09
HSL8.48º69.23%71.96%-
HSV(B)8.48º42.49%91.37%-
XYZ48.540.2227.76-
YUV171.82106.66171.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=45.24%
G=28.74%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314813400.360.420.098.4869.2371.96
HexE994860242A984548
Octal351224206044521110105110
Binary11101001100101001000011001001001010101001100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99486; }

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

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

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

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

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

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

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

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