Shades of Cannon Pink #8E4A72
Tints of Cannon Pink #8E4A72
RGB
CMYK
RGB Variations
Color information
#8E4A72 (or 0x8E4A72) is known color: Cannon Pink. HEX triplet: 8E, 4A and 72. RGB value is (142,74,114). Sum of RGB (Red+Green+Blue) = 142+74+114=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A72 is #71B58D. Grayscale: #626262. Windows color (decimal): -7452046 or 7490190. OLE color: 7490190.
HSL color Cylindrical-coordinate representation of color #8E4A72: hue angle of 324.71º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4A72 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 114 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.44 |
| HSL | 324.71º | 0.31% | 0.42% | - |
| HSV(B) | 324.71º | 0.48% | 0.56% | - |
| XYZ | 16.64 | 11.86 | 17.33 | - |
| YUV | 98.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 114 | 0 | 0.48 | 0.20 | 0.44 | 324.71 | 0.31 | 0.42 |
| Hex | 8E | 4A | 72 | 0 | 30 | 14 | 2C | 145 | 1F | 2A |
| Octal | 216 | 112 | 162 | 0 | 60 | 24 | 54 | 505 | 37 | 52 |
| Binary | 10001110 | 1001010 | 1110010 | 0 | 110000 | 10100 | 101100 | 101000101 | 11111 | 101010 |
Color Harmonies of #8E4A72
Complementary color
Monochromatic Colors of #8E4A72
Black with #8E4A72
Text Example
Text Example
White with #8E4A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A72; }
p { color: rgb(142,74,114); }
H1.HeaderClassName
{
color: #8E4A72;
}
.AnyTagClassName
{
color: #8E4A72;
}
</style>
background-color css
<style>
a { background-color: #8E4A72; }
a { background-color: rgb(142,74,114); }
div.DivClassName
{
background-color: #8E4A72;
}
.BgClassName
{
background-color: #8E4A72;
}
</style>
border-color css
<style>
span { border-color: #8E4A72; }
span { border-color: rgb(142,74,114); }
td.TdClassName
{
border-color: #8E4A72;
}
.TagClassName
{
border-color: #8E4A72;
}
</style>