Shades of Cannon Pink #8E4A64
Tints of Cannon Pink #8E4A64
RGB
CMYK
RGB Variations
Color information
#8E4A64 (or 0x8E4A64) is known color: Cannon Pink. HEX triplet: 8E, 4A and 64. RGB value is (142,74,100). Sum of RGB (Red+Green+Blue) = 142+74+100=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A64 is #71B59B. Grayscale: #616161. Windows color (decimal): -7452060 or 6572686. OLE color: 6572686.
HSL color Cylindrical-coordinate representation of color #8E4A64: hue angle of 337.06º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4A64 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 100 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.44 |
| HSL | 337.06º | 0.31% | 0.42% | - |
| HSV(B) | 337.06º | 0.48% | 0.56% | - |
| XYZ | 15.9 | 11.57 | 13.45 | - |
| YUV | 97.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 100 | 0 | 0.48 | 0.30 | 0.44 | 337.06 | 0.31 | 0.42 |
| Hex | 8E | 4A | 64 | 0 | 30 | 1E | 2C | 151 | 1F | 2A |
| Octal | 216 | 112 | 144 | 0 | 60 | 36 | 54 | 521 | 37 | 52 |
| Binary | 10001110 | 1001010 | 1100100 | 0 | 110000 | 11110 | 101100 | 101010001 | 11111 | 101010 |
Color Harmonies of #8E4A64
Complementary color
Monochromatic Colors of #8E4A64
Black with #8E4A64
Text Example
Text Example
White with #8E4A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A64; }
p { color: rgb(142,74,100); }
H1.HeaderClassName
{
color: #8E4A64;
}
.AnyTagClassName
{
color: #8E4A64;
}
</style>
background-color css
<style>
a { background-color: #8E4A64; }
a { background-color: rgb(142,74,100); }
div.DivClassName
{
background-color: #8E4A64;
}
.BgClassName
{
background-color: #8E4A64;
}
</style>
border-color css
<style>
span { border-color: #8E4A64; }
span { border-color: rgb(142,74,100); }
td.TdClassName
{
border-color: #8E4A64;
}
.TagClassName
{
border-color: #8E4A64;
}
</style>