Shades of Cannon Pink #8E4972
Tints of Cannon Pink #8E4972
RGB
CMYK
RGB Variations
Color information
#8E4972 (or 0x8E4972) is known color: Cannon Pink. HEX triplet: 8E, 49 and 72. RGB value is (142,73,114). Sum of RGB (Red+Green+Blue) = 142+73+114=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4972 is #71B68D. Grayscale: #626262. Windows color (decimal): -7452302 or 7489934. OLE color: 7489934.
HSL color Cylindrical-coordinate representation of color #8E4972: hue angle of 324.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4972 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 73 | 114 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.44 |
| HSL | 324.35º | 0.32% | 0.42% | - |
| HSV(B) | 324.35º | 0.49% | 0.56% | - |
| XYZ | 16.58 | 11.73 | 17.31 | - |
| YUV | 98.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 114 | 0 | 0.49 | 0.20 | 0.44 | 324.35 | 0.32 | 0.42 |
| Hex | 8E | 49 | 72 | 0 | 31 | 14 | 2C | 144 | 20 | 2A |
| Octal | 216 | 111 | 162 | 0 | 61 | 24 | 54 | 504 | 40 | 52 |
| Binary | 10001110 | 1001001 | 1110010 | 0 | 110001 | 10100 | 101100 | 101000100 | 100000 | 101010 |
Color Harmonies of #8E4972
Complementary color
Monochromatic Colors of #8E4972
Black with #8E4972
Text Example
Text Example
White with #8E4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4972; }
p { color: rgb(142,73,114); }
H1.HeaderClassName
{
color: #8E4972;
}
.AnyTagClassName
{
color: #8E4972;
}
</style>
background-color css
<style>
a { background-color: #8E4972; }
a { background-color: rgb(142,73,114); }
div.DivClassName
{
background-color: #8E4972;
}
.BgClassName
{
background-color: #8E4972;
}
</style>
border-color css
<style>
span { border-color: #8E4972; }
span { border-color: rgb(142,73,114); }
td.TdClassName
{
border-color: #8E4972;
}
.TagClassName
{
border-color: #8E4972;
}
</style>