#EB9A90

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

Shades of Sweet Pink #EB9A90

Tints of Sweet Pink #EB9A90

Color information

#EB9A90 (or 0xEB9A90) is unknown color: approx Sweet Pink. HEX triplet: EB, 9A and 90. RGB value is (235,154,144). Sum of RGB (Red+Green+Blue) = 235+154+144=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A90 is #14656F. Grayscale: #B1B1B1. Windows color (decimal): -1336688 or 9476843. OLE color: 9476843.

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

Color convert

RGB235154144-
CMYK00.340.390.08
HSL6.59º69.47%74.31%-
HSV(B)6.59º38.72%92.16%-
XYZ50.8542.7931.96-
YUV177.08109.34169.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=44.09%
G=28.89%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515414400.340.390.086.5969.4774.31
HexEB9A900222787454a
Octal35323222004247107105112
Binary1110101110011010100100000100010100111100011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A90; }

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

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

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

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

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

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

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

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