#EB9C91

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

Shades of Tonys Pink #EB9C91

Tints of Tonys Pink #EB9C91

Color information

#EB9C91 (or 0xEB9C91) is unknown color: approx Tonys Pink. HEX triplet: EB, 9C and 91. RGB value is (235,156,145). Sum of RGB (Red+Green+Blue) = 235+156+145=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C91 is #14636E. Grayscale: #B2B2B2. Windows color (decimal): -1336175 or 9542891. OLE color: 9542891.

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

Color convert

RGB235156145-
CMYK00.340.380.08
HSL7.33º69.23%74.51%-
HSV(B)7.33º38.3%92.16%-
XYZ51.2643.4832.48-
YUV178.37109.17168.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=43.84%
G=29.10%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515614500.340.380.087.3369.2374.51
HexEB9C910222687454b
Octal35323422104246107105113
Binary1110101110011100100100010100010100110100011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9C91; }

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

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

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

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

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

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

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

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