#EB9387

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

Shades of Sweet Pink #EB9387

Tints of Sweet Pink #EB9387

Color information

#EB9387 (or 0xEB9387) is unknown color: approx Sweet Pink. HEX triplet: EB, 93 and 87. RGB value is (235,147,135). Sum of RGB (Red+Green+Blue) = 235+147+135=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9387 is #146C78. Grayscale: #ACACAC. Windows color (decimal): -1338489 or 8885227. OLE color: 8885227.

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

Color convert

RGB235147135-
CMYK00.370.430.08
HSL7.2º71.43%72.55%-
HSV(B)7.2º42.55%92.16%-
XYZ49.0740.2828.11-
YUV171.94107.15172.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 135 (53.12% from 255) = 26.11%
R=45.45%
G=28.43%
B=26.11%

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
Decimal23514713500.370.430.087.271.4372.55
HexEB93870252B874749
Octal35322320704553107107111
Binary1110101110010011100001110100101101011100011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9387; }

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

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

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

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

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

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

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

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