#EB9E81

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

Shades of Tonys Pink #EB9E81

Tints of Tonys Pink #EB9E81

Color information

#EB9E81 (or 0xEB9E81) is unknown color: approx Tonys Pink. HEX triplet: EB, 9E and 81. RGB value is (235,158,129). Sum of RGB (Red+Green+Blue) = 235+158+129=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E81 is #14617E. Grayscale: #B1B1B1. Windows color (decimal): -1335679 or 8494827. OLE color: 8494827.

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

Color convert

RGB235158129-
CMYK00.330.450.08
HSL16.42º72.6%71.37%-
HSV(B)16.42º45.11%92.16%-
XYZ50.4543.726.54-
YUV177.72100.51168.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 129 (50.78% from 255) = 24.71%
R=45.02%
G=30.27%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515812900.330.450.0816.4272.671.37
HexEB9E810212D8104947
Octal353236201041551020111107
Binary111010111001111010000001010000110110110001000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E81; }

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

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

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

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

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

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

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

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