#EB8D89

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

Shades of Sweet Pink #EB8D89

Tints of Sweet Pink #EB8D89

Color information

#EB8D89 (or 0xEB8D89) is unknown color: approx Sweet Pink. HEX triplet: EB, 8D and 89. RGB value is (235,141,137). Sum of RGB (Red+Green+Blue) = 235+141+137=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D89 is #147276. Grayscale: #A8A8A8. Windows color (decimal): -1340023 or 9014763. OLE color: 9014763.

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

Color convert

RGB235141137-
CMYK00.40.420.08
HSL2.45º71.01%72.94%-
HSV(B)2.45º41.7%92.16%-
XYZ48.338.5228.56-
YUV168.65110.14175.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=45.81%
G=27.49%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514113700.40.420.082.4571.0172.94
HexEB8D890282A824749
Octal35321521105052102107111
Binary111010111000110110001001010100010101010001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D89; }

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

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

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

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

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

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

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

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