Shades of Cannon Pink #8E416F
Tints of Cannon Pink #8E416F
RGB
CMYK
RGB Variations
Color information
#8E416F (or 0x8E416F) is known color: Cannon Pink. HEX triplet: 8E, 41 and 6F. RGB value is (142,65,111). Sum of RGB (Red+Green+Blue) = 142+65+111=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E416F is #71BE90. Grayscale: #5D5D5D. Windows color (decimal): -7454353 or 7291278. OLE color: 7291278.
HSL color Cylindrical-coordinate representation of color #8E416F: hue angle of 324.16º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E416F is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 111 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.44 |
| HSL | 324.16º | 0.37% | 0.41% | - |
| HSV(B) | 324.16º | 0.54% | 0.56% | - |
| XYZ | 15.91 | 10.68 | 16.26 | - |
| YUV | 93.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 111 | 0 | 0.54 | 0.22 | 0.44 | 324.16 | 0.37 | 0.41 |
| Hex | 8E | 41 | 6F | 0 | 36 | 16 | 2C | 144 | 25 | 29 |
| Octal | 216 | 101 | 157 | 0 | 66 | 26 | 54 | 504 | 45 | 51 |
| Binary | 10001110 | 1000001 | 1101111 | 0 | 110110 | 10110 | 101100 | 101000100 | 100101 | 101001 |
Color Harmonies of #8E416F
Complementary color
Monochromatic Colors of #8E416F
Black with #8E416F
Text Example
Text Example
White with #8E416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E416F; }
p { color: rgb(142,65,111); }
H1.HeaderClassName
{
color: #8E416F;
}
.AnyTagClassName
{
color: #8E416F;
}
</style>
background-color css
<style>
a { background-color: #8E416F; }
a { background-color: rgb(142,65,111); }
div.DivClassName
{
background-color: #8E416F;
}
.BgClassName
{
background-color: #8E416F;
}
</style>
border-color css
<style>
span { border-color: #8E416F; }
span { border-color: rgb(142,65,111); }
td.TdClassName
{
border-color: #8E416F;
}
.TagClassName
{
border-color: #8E416F;
}
</style>