#EB9B81

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

Shades of Tonys Pink #EB9B81

Tints of Tonys Pink #EB9B81

Color information

#EB9B81 (or 0xEB9B81) is unknown color: approx Tonys Pink. HEX triplet: EB, 9B and 81. RGB value is (235,155,129). Sum of RGB (Red+Green+Blue) = 235+155+129=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9B81 is #14647E. Grayscale: #B0B0B0. Windows color (decimal): -1336447 or 8494059. OLE color: 8494059.

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

Color convert

RGB235155129-
CMYK00.340.450.08
HSL14.72º72.6%71.37%-
HSV(B)14.72º45.11%92.16%-
XYZ49.9442.6926.38-
YUV175.96101.5170.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=45.28%
G=29.87%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515512900.340.450.0814.7272.671.37
HexEB9B810222D8f4947
Octal353233201042551017111107
Binary11101011100110111000000101000101011011000111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9B81; }

 p { color: rgb(235,155,129); }

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

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

 a { background-color: rgb(235,155,129); }

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

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

 span { border-color: rgb(235,155,129); }

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