Shades of Cannon Pink #8E436E
Tints of Cannon Pink #8E436E
RGB
CMYK
RGB Variations
Color information
#8E436E (or 0x8E436E) is known color: Cannon Pink. HEX triplet: 8E, 43 and 6E. RGB value is (142,67,110). Sum of RGB (Red+Green+Blue) = 142+67+110=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E436E is #71BC91. Grayscale: #5E5E5E. Windows color (decimal): -7453842 or 7226254. OLE color: 7226254.
HSL color Cylindrical-coordinate representation of color #8E436E: hue angle of 325.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E436E is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 67 | 110 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.44 |
| HSL | 325.6º | 0.36% | 0.41% | - |
| HSV(B) | 325.6º | 0.53% | 0.56% | - |
| XYZ | 15.98 | 10.89 | 16.01 | - |
| YUV | 94.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 110 | 0 | 0.53 | 0.23 | 0.44 | 325.6 | 0.36 | 0.41 |
| Hex | 8E | 43 | 6E | 0 | 35 | 17 | 2C | 146 | 24 | 29 |
| Octal | 216 | 103 | 156 | 0 | 65 | 27 | 54 | 506 | 44 | 51 |
| Binary | 10001110 | 1000011 | 1101110 | 0 | 110101 | 10111 | 101100 | 101000110 | 100100 | 101001 |
Color Harmonies of #8E436E
Complementary color
Monochromatic Colors of #8E436E
Black with #8E436E
Text Example
Text Example
White with #8E436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E436E; }
p { color: rgb(142,67,110); }
H1.HeaderClassName
{
color: #8E436E;
}
.AnyTagClassName
{
color: #8E436E;
}
</style>
background-color css
<style>
a { background-color: #8E436E; }
a { background-color: rgb(142,67,110); }
div.DivClassName
{
background-color: #8E436E;
}
.BgClassName
{
background-color: #8E436E;
}
</style>
border-color css
<style>
span { border-color: #8E436E; }
span { border-color: rgb(142,67,110); }
td.TdClassName
{
border-color: #8E436E;
}
.TagClassName
{
border-color: #8E436E;
}
</style>