#EB9F9C

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

Shades of Sweet Pink #EB9F9C

Tints of Sweet Pink #EB9F9C

Color information

#EB9F9C (or 0xEB9F9C) is unknown color: approx Sweet Pink. HEX triplet: EB, 9F and 9C. RGB value is (235,159,156). Sum of RGB (Red+Green+Blue) = 235+159+156=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9F9C is #146063. Grayscale: #B5B5B5. Windows color (decimal): -1335396 or 10264555. OLE color: 10264555.

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

Color convert

RGB235159156-
CMYK00.320.340.08
HSL2.28º66.39%76.67%-
HSV(B)2.28º33.62%92.16%-
XYZ52.6644.8637.34-
YUV181.38113.68166.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=42.73%
G=28.91%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515915600.320.340.082.2866.3976.67
HexEB9F9C0202282424d
Octal35323723404042102102115
Binary111010111001111110011100010000010001010001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9F9C; }

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

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

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

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

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

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

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

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