#EB9C95

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

Shades of Sweet Pink #EB9C95

Tints of Sweet Pink #EB9C95

Color information

#EB9C95 (or 0xEB9C95) is unknown color: approx Sweet Pink. HEX triplet: EB, 9C and 95. RGB value is (235,156,149). Sum of RGB (Red+Green+Blue) = 235+156+149=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C95 is #14636A. Grayscale: #B2B2B2. Windows color (decimal): -1336171 or 9805035. OLE color: 9805035.

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

Color convert

RGB235156149-
CMYK00.340.370.08
HSL4.88º68.25%75.29%-
HSV(B)4.88º36.6%92.16%-
XYZ51.5743.6134.13-
YUV178.82111.17168.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=43.52%
G=28.89%
B=27.59%

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
Decimal23515614900.340.370.084.8868.2575.29
HexEB9C950222585444b
Octal35323422504245105104113
Binary1110101110011100100101010100010100101100010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C95; }

 p { color: rgb(235,156,149); }

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

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

 a { background-color: rgb(235,156,149); }

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

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

 span { border-color: rgb(235,156,149); }

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