#E89B96

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

Shades of Sweet Pink #E89B96

Tints of Sweet Pink #E89B96

Color information

#E89B96 (or 0xE89B96) is unknown color: approx Sweet Pink. HEX triplet: E8, 9B and 96. RGB value is (232,155,150). Sum of RGB (Red+Green+Blue) = 232+155+150=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89B96 is #176469. Grayscale: #B1B1B1. Windows color (decimal): -1533034 or 9870312. OLE color: 9870312.

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

Color convert

RGB232155150-
CMYK00.330.350.09
HSL3.66º64.06%74.9%-
HSV(B)3.66º35.34%90.98%-
XYZ50.5142.834.45-
YUV177.45112.51166.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.20%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=43.20%
G=28.86%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215515000.330.350.093.6664.0674.9
HexE89B960212394404b
Octal35023322604143114100113
Binary1110100010011011100101100100001100011100110010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89B96; }

 p { color: rgb(232,155,150); }

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

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

 a { background-color: rgb(232,155,150); }

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

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

 span { border-color: rgb(232,155,150); }

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