Shades of Cannon Pink #8E4768
Tints of Cannon Pink #8E4768
RGB
CMYK
RGB Variations
Color information
#8E4768 (or 0x8E4768) is known color: Cannon Pink. HEX triplet: 8E, 47 and 68. RGB value is (142,71,104). Sum of RGB (Red+Green+Blue) = 142+71+104=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4768 is #71B897. Grayscale: #5F5F5F. Windows color (decimal): -7452824 or 6834062. OLE color: 6834062.
HSL color Cylindrical-coordinate representation of color #8E4768: hue angle of 332.11º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E4768 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 104 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.44 |
| HSL | 332.11º | 0.33% | 0.42% | - |
| HSV(B) | 332.11º | 0.5% | 0.56% | - |
| XYZ | 15.91 | 11.26 | 14.43 | - |
| YUV | 95.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 104 | 0 | 0.5 | 0.27 | 0.44 | 332.11 | 0.33 | 0.42 |
| Hex | 8E | 47 | 68 | 0 | 32 | 1B | 2C | 14C | 21 | 2A |
| Octal | 216 | 107 | 150 | 0 | 62 | 33 | 54 | 514 | 41 | 52 |
| Binary | 10001110 | 1000111 | 1101000 | 0 | 110010 | 11011 | 101100 | 101001100 | 100001 | 101010 |
Color Harmonies of #8E4768
Complementary color
Monochromatic Colors of #8E4768
Black with #8E4768
Text Example
Text Example
White with #8E4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4768; }
p { color: rgb(142,71,104); }
H1.HeaderClassName
{
color: #8E4768;
}
.AnyTagClassName
{
color: #8E4768;
}
</style>
background-color css
<style>
a { background-color: #8E4768; }
a { background-color: rgb(142,71,104); }
div.DivClassName
{
background-color: #8E4768;
}
.BgClassName
{
background-color: #8E4768;
}
</style>
border-color css
<style>
span { border-color: #8E4768; }
span { border-color: rgb(142,71,104); }
td.TdClassName
{
border-color: #8E4768;
}
.TagClassName
{
border-color: #8E4768;
}
</style>