#EB9B93

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

Shades of Sweet Pink #EB9B93

Tints of Sweet Pink #EB9B93

Color information

#EB9B93 (or 0xEB9B93) is unknown color: approx Sweet Pink. HEX triplet: EB, 9B and 93. RGB value is (235,155,147). Sum of RGB (Red+Green+Blue) = 235+155+147=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9B93 is #14646C. Grayscale: #B2B2B2. Windows color (decimal): -1336429 or 9673707. OLE color: 9673707.

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

Color convert

RGB235155147-
CMYK00.340.370.08
HSL5.45º68.75%74.9%-
HSV(B)5.45º37.45%92.16%-
XYZ51.2543.2133.24-
YUV178.01110.5168.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=43.76%
G=28.86%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515514700.340.370.085.4568.7574.9
HexEB9B930222585454b
Octal35323322304245105105113
Binary1110101110011011100100110100010100101100010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9B93; }

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

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

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

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

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

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

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

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