Shades of Cannon Pink #8E4573
Tints of Cannon Pink #8E4573
RGB
CMYK
RGB Variations
Color information
#8E4573 (or 0x8E4573) is known color: Cannon Pink. HEX triplet: 8E, 45 and 73. RGB value is (142,69,115). Sum of RGB (Red+Green+Blue) = 142+69+115=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4573 is #71BA8C. Grayscale: #5F5F5F. Windows color (decimal): -7453325 or 7554446. OLE color: 7554446.
HSL color Cylindrical-coordinate representation of color #8E4573: hue angle of 322.19º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4573 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 115 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.44 |
| HSL | 322.19º | 0.35% | 0.41% | - |
| HSV(B) | 322.19º | 0.51% | 0.56% | - |
| XYZ | 16.38 | 11.24 | 17.53 | - |
| YUV | 96.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 115 | 0 | 0.51 | 0.19 | 0.44 | 322.19 | 0.35 | 0.41 |
| Hex | 8E | 45 | 73 | 0 | 33 | 13 | 2C | 142 | 23 | 29 |
| Octal | 216 | 105 | 163 | 0 | 63 | 23 | 54 | 502 | 43 | 51 |
| Binary | 10001110 | 1000101 | 1110011 | 0 | 110011 | 10011 | 101100 | 101000010 | 100011 | 101001 |
Color Harmonies of #8E4573
Complementary color
Monochromatic Colors of #8E4573
Black with #8E4573
Text Example
Text Example
White with #8E4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4573; }
p { color: rgb(142,69,115); }
H1.HeaderClassName
{
color: #8E4573;
}
.AnyTagClassName
{
color: #8E4573;
}
</style>
background-color css
<style>
a { background-color: #8E4573; }
a { background-color: rgb(142,69,115); }
div.DivClassName
{
background-color: #8E4573;
}
.BgClassName
{
background-color: #8E4573;
}
</style>
border-color css
<style>
span { border-color: #8E4573; }
span { border-color: rgb(142,69,115); }
td.TdClassName
{
border-color: #8E4573;
}
.TagClassName
{
border-color: #8E4573;
}
</style>