Shades of Tonys Pink #E69B81
Tints of Tonys Pink #E69B81
RGB
CMYK
RGB Variations
Color information
#E69B81 (or 0xE69B81) is known color: Tonys Pink. HEX triplet: E6, 9B and 81. RGB value is (230,155,129). Sum of RGB (Red+Green+Blue) = 230+155+129=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B81 is #19647E. Grayscale: #AEAEAE. Windows color (decimal): -1664127 or 8494054. OLE color: 8494054.
HSL color Cylindrical-coordinate representation of color #E69B81: hue angle of 15.45º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E69B81 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 129 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.10 |
| HSL | 15.45º | 0.67% | 0.7% | - |
| HSV(B) | 15.45º | 0.44% | 0.9% | - |
| XYZ | 48.32 | 41.85 | 26.3 | - |
| YUV | 174.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 129 | 0 | 0.33 | 0.44 | 0.10 | 15.45 | 0.67 | 0.7 |
| Hex | E6 | 9B | 81 | 0 | 21 | 2C | A | F | 43 | 46 |
| Octal | 346 | 233 | 201 | 0 | 41 | 54 | 12 | 17 | 103 | 106 |
| Binary | 11100110 | 10011011 | 10000001 | 0 | 100001 | 101100 | 1010 | 1111 | 1000011 | 1000110 |
Color Harmonies of #E69B81
Complementary color
Monochromatic Colors of #E69B81
Black with #E69B81
Text Example
Text Example
White with #E69B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B81; }
p { color: rgb(230,155,129); }
H1.HeaderClassName
{
color: #E69B81;
}
.AnyTagClassName
{
color: #E69B81;
}
</style>
background-color css
<style>
a { background-color: #E69B81; }
a { background-color: rgb(230,155,129); }
div.DivClassName
{
background-color: #E69B81;
}
.BgClassName
{
background-color: #E69B81;
}
</style>
border-color css
<style>
span { border-color: #E69B81; }
span { border-color: rgb(230,155,129); }
td.TdClassName
{
border-color: #E69B81;
}
.TagClassName
{
border-color: #E69B81;
}
</style>