#EB9089

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

Shades of Sweet Pink #EB9089

Tints of Sweet Pink #EB9089

Color information

#EB9089 (or 0xEB9089) is unknown color: approx Sweet Pink. HEX triplet: EB, 90 and 89. RGB value is (235,144,137). Sum of RGB (Red+Green+Blue) = 235+144+137=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9089 is #146F76. Grayscale: #AAAAAA. Windows color (decimal): -1339255 or 9015531. OLE color: 9015531.

HSL color Cylindrical-coordinate representation of color #EB9089: hue angle of 4.29º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB9089 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB235144137-
CMYK00.390.420.08
HSL4.29º71.01%72.94%-
HSV(B)4.29º41.7%92.16%-
XYZ48.7539.4128.71-
YUV170.41109.15174.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 137 (53.91% from 255) = 26.55%
R=45.54%
G=27.91%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514413700.390.420.084.2971.0172.94
HexEB90890272A844749
Octal35322021104752104107111
Binary1110101110010000100010010100111101010100010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9089; }

 p { color: rgb(235,144,137); }

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

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

 a { background-color: rgb(235,144,137); }

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

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

 span { border-color: rgb(235,144,137); }

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