#EB9487

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

Shades of Sweet Pink #EB9487

Tints of Sweet Pink #EB9487

Color information

#EB9487 (or 0xEB9487) is unknown color: approx Sweet Pink. HEX triplet: EB, 94 and 87. RGB value is (235,148,135). Sum of RGB (Red+Green+Blue) = 235+148+135=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9487 is #146B78. Grayscale: #ACACAC. Windows color (decimal): -1338233 or 8885483. OLE color: 8885483.

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

Color convert

RGB235148135-
CMYK00.370.430.08
HSL7.8º71.43%72.55%-
HSV(B)7.8º42.55%92.16%-
XYZ49.2240.5928.16-
YUV172.53106.82172.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=45.37%
G=28.57%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514813500.370.430.087.871.4372.55
HexEB94870252B884749
Octal353224207045531010107111
Binary11101011100101001000011101001011010111000100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9487; }

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

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

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

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

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

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

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

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