#EB9F95

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

Shades of Tonys Pink #EB9F95

Tints of Tonys Pink #EB9F95

Color information

#EB9F95 (or 0xEB9F95) is unknown color: approx Tonys Pink. HEX triplet: EB, 9F and 95. RGB value is (235,159,149). Sum of RGB (Red+Green+Blue) = 235+159+149=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9F95 is #14606A. Grayscale: #B4B4B4. Windows color (decimal): -1335403 or 9805803. OLE color: 9805803.

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

Color convert

RGB235159149-
CMYK00.320.370.08
HSL6.98º68.25%75.29%-
HSV(B)6.98º36.6%92.16%-
XYZ52.0844.6334.3-
YUV180.58110.18166.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=43.28%
G=29.28%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515914900.320.370.086.9868.2575.29
HexEB9F950202587444b
Octal35323722504045107104113
Binary1110101110011111100101010100000100101100011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9F95; }

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

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

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

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

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

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

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

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