#E99A96

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

Shades of Sweet Pink #E99A96

Tints of Sweet Pink #E99A96

Color information

#E99A96 (or 0xE99A96) is unknown color: approx Sweet Pink. HEX triplet: E9, 9A and 96. RGB value is (233,154,150). Sum of RGB (Red+Green+Blue) = 233+154+150=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99A96 is #166569. Grayscale: #B1B1B1. Windows color (decimal): -1467754 or 9870057. OLE color: 9870057.

HSL color Cylindrical-coordinate representation of color #E99A96: hue angle of 2.89º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E99A96 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233154150-
CMYK00.340.360.09
HSL2.89º65.35%75.1%-
HSV(B)2.89º35.62%91.37%-
XYZ50.6642.6434.41-
YUV177.16112.67167.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.39%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=43.39%
G=28.68%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315415000.340.360.092.8965.3575.1
HexE99A960222493414b
Octal35123222604244113101113
Binary111010011001101010010110010001010010010011110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99A96; }

 p { color: rgb(233,154,150); }

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

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

 a { background-color: rgb(233,154,150); }

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

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

 span { border-color: rgb(233,154,150); }

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