Shades of Tonys Pink #E69384
Tints of Tonys Pink #E69384
RGB
CMYK
RGB Variations
Color information
#E69384 (or 0xE69384) is known color: Tonys Pink. HEX triplet: E6, 93 and 84. RGB value is (230,147,132). Sum of RGB (Red+Green+Blue) = 230+147+132=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E69384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69384 is #196C7B. Grayscale: #AAAAAA. Windows color (decimal): -1666172 or 8688614. OLE color: 8688614.
HSL color Cylindrical-coordinate representation of color #E69384: hue angle of 9.18º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69384 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 132 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.10 |
| HSL | 9.18º | 0.66% | 0.71% | - |
| HSV(B) | 9.18º | 0.43% | 0.9% | - |
| XYZ | 47.23 | 39.36 | 26.94 | - |
| YUV | 170.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 132 | 0 | 0.36 | 0.43 | 0.10 | 9.18 | 0.66 | 0.71 |
| Hex | E6 | 93 | 84 | 0 | 24 | 2B | A | 9 | 42 | 47 |
| Octal | 346 | 223 | 204 | 0 | 44 | 53 | 12 | 11 | 102 | 107 |
| Binary | 11100110 | 10010011 | 10000100 | 0 | 100100 | 101011 | 1010 | 1001 | 1000010 | 1000111 |
Color Harmonies of #E69384
Complementary color
Monochromatic Colors of #E69384
Black with #E69384
Text Example
Text Example
White with #E69384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69384; }
p { color: rgb(230,147,132); }
H1.HeaderClassName
{
color: #E69384;
}
.AnyTagClassName
{
color: #E69384;
}
</style>
background-color css
<style>
a { background-color: #E69384; }
a { background-color: rgb(230,147,132); }
div.DivClassName
{
background-color: #E69384;
}
.BgClassName
{
background-color: #E69384;
}
</style>
border-color css
<style>
span { border-color: #E69384; }
span { border-color: rgb(230,147,132); }
td.TdClassName
{
border-color: #E69384;
}
.TagClassName
{
border-color: #E69384;
}
</style>