#EBA09D

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

Shades of Sweet Pink #EBA09D

Tints of Sweet Pink #EBA09D

Color information

#EBA09D (or 0xEBA09D) is unknown color: approx Sweet Pink. HEX triplet: EB, A0 and 9D. RGB value is (235,160,157). Sum of RGB (Red+Green+Blue) = 235+160+157=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA09D is #145F62. Grayscale: #B6B6B6. Windows color (decimal): -1335139 or 10330347. OLE color: 10330347.

HSL color Cylindrical-coordinate representation of color #EBA09D: hue angle of 2.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA09D is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235160157-
CMYK00.320.330.08
HSL2.31º66.1%76.86%-
HSV(B)2.31º33.19%92.16%-
XYZ52.9245.2437.84-
YUV182.08113.85165.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=42.57%
G=28.99%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516015700.320.330.082.3166.176.86
HexEBA09D0202182424d
Octal35324023504041102102115
Binary111010111010000010011101010000010000110001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA09D; }

 p { color: rgb(235,160,157); }

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

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

 a { background-color: rgb(235,160,157); }

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

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

 span { border-color: rgb(235,160,157); }

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