#EB9D81

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

Shades of Tonys Pink #EB9D81

Tints of Tonys Pink #EB9D81

Color information

#EB9D81 (or 0xEB9D81) is unknown color: approx Tonys Pink. HEX triplet: EB, 9D and 81. RGB value is (235,157,129). Sum of RGB (Red+Green+Blue) = 235+157+129=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9D81 is #14627E. Grayscale: #B1B1B1. Windows color (decimal): -1335935 or 8494571. OLE color: 8494571.

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

Color convert

RGB235157129-
CMYK00.330.450.08
HSL15.85º72.6%71.37%-
HSV(B)15.85º45.11%92.16%-
XYZ50.2843.3626.49-
YUV177.13100.84169.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 129 (50.78% from 255) = 24.76%
R=45.11%
G=30.13%
B=24.76%

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
Decimal23515712900.330.450.0815.8572.671.37
HexEB9D810212D8104947
Octal353235201041551020111107
Binary111010111001110110000001010000110110110001000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D81; }

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

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

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

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

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

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

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

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