#EB9087

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

Shades of Sweet Pink #EB9087

Tints of Sweet Pink #EB9087

Color information

#EB9087 (or 0xEB9087) is unknown color: approx Sweet Pink. HEX triplet: EB, 90 and 87. RGB value is (235,144,135). Sum of RGB (Red+Green+Blue) = 235+144+135=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9087 is #146F78. Grayscale: #AAAAAA. Windows color (decimal): -1339257 or 8884459. OLE color: 8884459.

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

Color convert

RGB235144135-
CMYK00.390.430.08
HSL5.4º71.43%72.55%-
HSV(B)5.4º42.55%92.16%-
XYZ48.6139.3627.96-
YUV170.18108.15174.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.72%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=45.72%
G=28.02%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514413500.390.430.085.471.4372.55
HexEB90870272B854749
Octal35322020704753105107111
Binary1110101110010000100001110100111101011100010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9087; }

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

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

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

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

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

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

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

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