Shades of Tonys Pink #E69E8C
Tints of Tonys Pink #E69E8C
RGB
CMYK
RGB Variations
Color information
#E69E8C (or 0xE69E8C) is known color: Tonys Pink. HEX triplet: E6, 9E and 8C. RGB value is (230,158,140). Sum of RGB (Red+Green+Blue) = 230+158+140=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E8C is #196173. Grayscale: #B1B1B1. Windows color (decimal): -1663348 or 9215718. OLE color: 9215718.
HSL color Cylindrical-coordinate representation of color #E69E8C: hue angle of 12º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E69E8C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 140 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.10 |
| HSL | 12º | 0.64% | 0.73% | - |
| HSV(B) | 12º | 0.39% | 0.9% | - |
| XYZ | 49.59 | 43.17 | 30.53 | - |
| YUV | 177.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 140 | 0 | 0.31 | 0.39 | 0.10 | 12 | 0.64 | 0.73 |
| Hex | E6 | 9E | 8C | 0 | 1F | 27 | A | C | 40 | 49 |
| Octal | 346 | 236 | 214 | 0 | 37 | 47 | 12 | 14 | 100 | 111 |
| Binary | 11100110 | 10011110 | 10001100 | 0 | 11111 | 100111 | 1010 | 1100 | 1000000 | 1001001 |
Color Harmonies of #E69E8C
Complementary color
Monochromatic Colors of #E69E8C
Black with #E69E8C
Text Example
Text Example
White with #E69E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E8C; }
p { color: rgb(230,158,140); }
H1.HeaderClassName
{
color: #E69E8C;
}
.AnyTagClassName
{
color: #E69E8C;
}
</style>
background-color css
<style>
a { background-color: #E69E8C; }
a { background-color: rgb(230,158,140); }
div.DivClassName
{
background-color: #E69E8C;
}
.BgClassName
{
background-color: #E69E8C;
}
</style>
border-color css
<style>
span { border-color: #E69E8C; }
span { border-color: rgb(230,158,140); }
td.TdClassName
{
border-color: #E69E8C;
}
.TagClassName
{
border-color: #E69E8C;
}
</style>