Shades of Cannon Pink #8E4B70
Tints of Cannon Pink #8E4B70
RGB
CMYK
RGB Variations
Color information
#8E4B70 (or 0x8E4B70) is known color: Cannon Pink. HEX triplet: 8E, 4B and 70. RGB value is (142,75,112). Sum of RGB (Red+Green+Blue) = 142+75+112=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B70 is #71B48F. Grayscale: #636363. Windows color (decimal): -7451792 or 7359374. OLE color: 7359374.
HSL color Cylindrical-coordinate representation of color #8E4B70: hue angle of 326.87º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4B70 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 112 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.44 |
| HSL | 326.87º | 0.31% | 0.43% | - |
| HSV(B) | 326.87º | 0.47% | 0.56% | - |
| XYZ | 16.6 | 11.95 | 16.76 | - |
| YUV | 99.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 112 | 0 | 0.47 | 0.21 | 0.44 | 326.87 | 0.31 | 0.43 |
| Hex | 8E | 4B | 70 | 0 | 2F | 15 | 2C | 147 | 1F | 2B |
| Octal | 216 | 113 | 160 | 0 | 57 | 25 | 54 | 507 | 37 | 53 |
| Binary | 10001110 | 1001011 | 1110000 | 0 | 101111 | 10101 | 101100 | 101000111 | 11111 | 101011 |
Color Harmonies of #8E4B70
Complementary color
Monochromatic Colors of #8E4B70
Black with #8E4B70
Text Example
Text Example
White with #8E4B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B70; }
p { color: rgb(142,75,112); }
H1.HeaderClassName
{
color: #8E4B70;
}
.AnyTagClassName
{
color: #8E4B70;
}
</style>
background-color css
<style>
a { background-color: #8E4B70; }
a { background-color: rgb(142,75,112); }
div.DivClassName
{
background-color: #8E4B70;
}
.BgClassName
{
background-color: #8E4B70;
}
</style>
border-color css
<style>
span { border-color: #8E4B70; }
span { border-color: rgb(142,75,112); }
td.TdClassName
{
border-color: #8E4B70;
}
.TagClassName
{
border-color: #8E4B70;
}
</style>