#EB9C9A

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

Shades of Sweet Pink #EB9C9A

Tints of Sweet Pink #EB9C9A

Color information

#EB9C9A (or 0xEB9C9A) is unknown color: approx Sweet Pink. HEX triplet: EB, 9C and 9A. RGB value is (235,156,154). Sum of RGB (Red+Green+Blue) = 235+156+154=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C9A is #146365. Grayscale: #B3B3B3. Windows color (decimal): -1336166 or 10132715. OLE color: 10132715.

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

Color convert

RGB235156154-
CMYK00.340.340.08
HSL1.48º66.94%76.27%-
HSV(B)1.48º34.47%92.16%-
XYZ51.9843.7736.28-
YUV179.39113.67167.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=43.12%
G=28.62%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515615400.340.340.081.4866.9476.27
HexEB9C9A0222281434c
Octal35323423204242101103114
Binary11101011100111001001101001000101000101000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C9A; }

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

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

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

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

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

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

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

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