Shades of Tonys Pink #E69D90
Tints of Tonys Pink #E69D90
RGB
CMYK
RGB Variations
Color information
#E69D90 (or 0xE69D90) is known color: Tonys Pink. HEX triplet: E6, 9D and 90. RGB value is (230,157,144). Sum of RGB (Red+Green+Blue) = 230+157+144=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D90 is #19626F. Grayscale: #B1B1B1. Windows color (decimal): -1663600 or 9477606. OLE color: 9477606.
HSL color Cylindrical-coordinate representation of color #E69D90: hue angle of 9.07º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69D90 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 144 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.10 |
| HSL | 9.07º | 0.63% | 0.73% | - |
| HSV(B) | 9.07º | 0.37% | 0.9% | - |
| XYZ | 49.72 | 42.95 | 32.06 | - |
| YUV | 177.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 144 | 0 | 0.32 | 0.37 | 0.10 | 9.07 | 0.63 | 0.73 |
| Hex | E6 | 9D | 90 | 0 | 20 | 25 | A | 9 | 3F | 49 |
| Octal | 346 | 235 | 220 | 0 | 40 | 45 | 12 | 11 | 77 | 111 |
| Binary | 11100110 | 10011101 | 10010000 | 0 | 100000 | 100101 | 1010 | 1001 | 111111 | 1001001 |
Color Harmonies of #E69D90
Complementary color
Monochromatic Colors of #E69D90
Black with #E69D90
Text Example
Text Example
White with #E69D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D90; }
p { color: rgb(230,157,144); }
H1.HeaderClassName
{
color: #E69D90;
}
.AnyTagClassName
{
color: #E69D90;
}
</style>
background-color css
<style>
a { background-color: #E69D90; }
a { background-color: rgb(230,157,144); }
div.DivClassName
{
background-color: #E69D90;
}
.BgClassName
{
background-color: #E69D90;
}
</style>
border-color css
<style>
span { border-color: #E69D90; }
span { border-color: rgb(230,157,144); }
td.TdClassName
{
border-color: #E69D90;
}
.TagClassName
{
border-color: #E69D90;
}
</style>