#EB9F96

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

Shades of Sweet Pink #EB9F96

Tints of Sweet Pink #EB9F96

Color information

#EB9F96 (or 0xEB9F96) is unknown color: approx Sweet Pink. HEX triplet: EB, 9F and 96. RGB value is (235,159,150). Sum of RGB (Red+Green+Blue) = 235+159+150=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9F96 is #146069. Grayscale: #B4B4B4. Windows color (decimal): -1335402 or 9871339. OLE color: 9871339.

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

Color convert

RGB235159150-
CMYK00.320.360.08
HSL6.35º68%75.49%-
HSV(B)6.35º36.17%92.16%-
XYZ52.1644.6634.73-
YUV180.7110.68166.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=43.20%
G=29.23%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515915000.320.360.086.356875.49
HexEB9F960202486444b
Octal35323722604044106104113
Binary1110101110011111100101100100000100100100011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9F96; }

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

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

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

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

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

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

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

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