#EB9F91

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

Shades of Tonys Pink #EB9F91

Tints of Tonys Pink #EB9F91

Color information

#EB9F91 (or 0xEB9F91) is unknown color: approx Tonys Pink. HEX triplet: EB, 9F and 91. RGB value is (235,159,145). Sum of RGB (Red+Green+Blue) = 235+159+145=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9F91 is #14606E. Grayscale: #B4B4B4. Windows color (decimal): -1335407 or 9543659. OLE color: 9543659.

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

Color convert

RGB235159145-
CMYK00.320.380.08
HSL9.33º69.23%74.51%-
HSV(B)9.33º38.3%92.16%-
XYZ51.7744.532.65-
YUV180.13108.18167.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 145 (57.03% from 255) = 26.90%
R=43.60%
G=29.50%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515914500.320.380.089.3369.2374.51
HexEB9F910202689454b
Octal353237221040461011105113
Binary11101011100111111001000101000001001101000100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9F91; }

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

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

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

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

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

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

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

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