Shades of Cannon Pink #8E4F72
Tints of Cannon Pink #8E4F72
RGB
CMYK
RGB Variations
Color information
#8E4F72 (or 0x8E4F72) is known color: Cannon Pink. HEX triplet: 8E, 4F and 72. RGB value is (142,79,114). Sum of RGB (Red+Green+Blue) = 142+79+114=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F72 is #71B08D. Grayscale: #656565. Windows color (decimal): -7450766 or 7491470. OLE color: 7491470.
HSL color Cylindrical-coordinate representation of color #8E4F72: hue angle of 326.67º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E4F72 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 79 | 114 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.44 |
| HSL | 326.67º | 0.29% | 0.43% | - |
| HSV(B) | 326.67º | 0.44% | 0.56% | - |
| XYZ | 16.99 | 12.56 | 17.45 | - |
| YUV | 101.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 79 | 114 | 0 | 0.44 | 0.20 | 0.44 | 326.67 | 0.29 | 0.43 |
| Hex | 8E | 4F | 72 | 0 | 2C | 14 | 2C | 147 | 1D | 2B |
| Octal | 216 | 117 | 162 | 0 | 54 | 24 | 54 | 507 | 35 | 53 |
| Binary | 10001110 | 1001111 | 1110010 | 0 | 101100 | 10100 | 101100 | 101000111 | 11101 | 101011 |
Color Harmonies of #8E4F72
Complementary color
Monochromatic Colors of #8E4F72
Black with #8E4F72
Text Example
Text Example
White with #8E4F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4F72; }
p { color: rgb(142,79,114); }
H1.HeaderClassName
{
color: #8E4F72;
}
.AnyTagClassName
{
color: #8E4F72;
}
</style>
background-color css
<style>
a { background-color: #8E4F72; }
a { background-color: rgb(142,79,114); }
div.DivClassName
{
background-color: #8E4F72;
}
.BgClassName
{
background-color: #8E4F72;
}
</style>
border-color css
<style>
span { border-color: #8E4F72; }
span { border-color: rgb(142,79,114); }
td.TdClassName
{
border-color: #8E4F72;
}
.TagClassName
{
border-color: #8E4F72;
}
</style>