Shades of Cannon Pink #8E4973
Tints of Cannon Pink #8E4973
RGB
CMYK
RGB Variations
Color information
#8E4973 (or 0x8E4973) is known color: Cannon Pink. HEX triplet: 8E, 49 and 73. RGB value is (142,73,115). Sum of RGB (Red+Green+Blue) = 142+73+115=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4973 is #71B68C. Grayscale: #626262. Windows color (decimal): -7452301 or 7555470. OLE color: 7555470.
HSL color Cylindrical-coordinate representation of color #8E4973: hue angle of 323.48º 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 #8E4973 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 73 | 115 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.44 |
| HSL | 323.48º | 0.32% | 0.42% | - |
| HSV(B) | 323.48º | 0.49% | 0.56% | - |
| XYZ | 16.63 | 11.75 | 17.61 | - |
| YUV | 98.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 115 | 0 | 0.49 | 0.19 | 0.44 | 323.48 | 0.32 | 0.42 |
| Hex | 8E | 49 | 73 | 0 | 31 | 13 | 2C | 143 | 20 | 2A |
| Octal | 216 | 111 | 163 | 0 | 61 | 23 | 54 | 503 | 40 | 52 |
| Binary | 10001110 | 1001001 | 1110011 | 0 | 110001 | 10011 | 101100 | 101000011 | 100000 | 101010 |
Color Harmonies of #8E4973
Complementary color
Monochromatic Colors of #8E4973
Black with #8E4973
Text Example
Text Example
White with #8E4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4973; }
p { color: rgb(142,73,115); }
H1.HeaderClassName
{
color: #8E4973;
}
.AnyTagClassName
{
color: #8E4973;
}
</style>
background-color css
<style>
a { background-color: #8E4973; }
a { background-color: rgb(142,73,115); }
div.DivClassName
{
background-color: #8E4973;
}
.BgClassName
{
background-color: #8E4973;
}
</style>
border-color css
<style>
span { border-color: #8E4973; }
span { border-color: rgb(142,73,115); }
td.TdClassName
{
border-color: #8E4973;
}
.TagClassName
{
border-color: #8E4973;
}
</style>