Shades of Tonys Pink #E5968A
Tints of Tonys Pink #E5968A
RGB
CMYK
RGB Variations
Color information
#E5968A (or 0xE5968A) is known color: Tonys Pink. HEX triplet: E5, 96 and 8A. RGB value is (229,150,138). Sum of RGB (Red+Green+Blue) = 229+150+138=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5968A is #1A6975. Grayscale: #ACACAC. Windows color (decimal): -1730934 or 9082597. OLE color: 9082597.
HSL color Cylindrical-coordinate representation of color #E5968A: hue angle of 7.91º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5968A is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 138 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.10 |
| HSL | 7.91º | 0.64% | 0.72% | - |
| HSV(B) | 7.91º | 0.4% | 0.9% | - |
| XYZ | 47.81 | 40.31 | 29.3 | - |
| YUV | 172.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 138 | 0 | 0.34 | 0.40 | 0.10 | 7.91 | 0.64 | 0.72 |
| Hex | E5 | 96 | 8A | 0 | 22 | 28 | A | 8 | 40 | 48 |
| Octal | 345 | 226 | 212 | 0 | 42 | 50 | 12 | 10 | 100 | 110 |
| Binary | 11100101 | 10010110 | 10001010 | 0 | 100010 | 101000 | 1010 | 1000 | 1000000 | 1001000 |
Color Harmonies of #E5968A
Complementary color
Monochromatic Colors of #E5968A
Black with #E5968A
Text Example
Text Example
White with #E5968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5968A; }
p { color: rgb(229,150,138); }
H1.HeaderClassName
{
color: #E5968A;
}
.AnyTagClassName
{
color: #E5968A;
}
</style>
background-color css
<style>
a { background-color: #E5968A; }
a { background-color: rgb(229,150,138); }
div.DivClassName
{
background-color: #E5968A;
}
.BgClassName
{
background-color: #E5968A;
}
</style>
border-color css
<style>
span { border-color: #E5968A; }
span { border-color: rgb(229,150,138); }
td.TdClassName
{
border-color: #E5968A;
}
.TagClassName
{
border-color: #E5968A;
}
</style>