Shades of Cannon Pink #8E4663
Tints of Cannon Pink #8E4663
RGB
CMYK
RGB Variations
Color information
#8E4663 (or 0x8E4663) is known color: Cannon Pink. HEX triplet: 8E, 46 and 63. RGB value is (142,70,99). Sum of RGB (Red+Green+Blue) = 142+70+99=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4663 is #71B99C. Grayscale: #5E5E5E. Windows color (decimal): -7453085 or 6506126. OLE color: 6506126.
HSL color Cylindrical-coordinate representation of color #8E4663: hue angle of 335.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4663 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 99 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.44 |
| HSL | 335.83º | 0.34% | 0.42% | - |
| HSV(B) | 335.83º | 0.51% | 0.56% | - |
| XYZ | 15.6 | 11.03 | 13.11 | - |
| YUV | 94.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 99 | 0 | 0.51 | 0.30 | 0.44 | 335.83 | 0.34 | 0.42 |
| Hex | 8E | 46 | 63 | 0 | 33 | 1E | 2C | 150 | 22 | 2A |
| Octal | 216 | 106 | 143 | 0 | 63 | 36 | 54 | 520 | 42 | 52 |
| Binary | 10001110 | 1000110 | 1100011 | 0 | 110011 | 11110 | 101100 | 101010000 | 100010 | 101010 |
Color Harmonies of #8E4663
Complementary color
Monochromatic Colors of #8E4663
Black with #8E4663
Text Example
Text Example
White with #8E4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4663; }
p { color: rgb(142,70,99); }
H1.HeaderClassName
{
color: #8E4663;
}
.AnyTagClassName
{
color: #8E4663;
}
</style>
background-color css
<style>
a { background-color: #8E4663; }
a { background-color: rgb(142,70,99); }
div.DivClassName
{
background-color: #8E4663;
}
.BgClassName
{
background-color: #8E4663;
}
</style>
border-color css
<style>
span { border-color: #8E4663; }
span { border-color: rgb(142,70,99); }
td.TdClassName
{
border-color: #8E4663;
}
.TagClassName
{
border-color: #8E4663;
}
</style>