Shades of Cannon Pink #8E4D75
Tints of Cannon Pink #8E4D75
RGB
CMYK
RGB Variations
Color information
#8E4D75 (or 0x8E4D75) is known color: Cannon Pink. HEX triplet: 8E, 4D and 75. RGB value is (142,77,117). Sum of RGB (Red+Green+Blue) = 142+77+117=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D75 is #71B28A. Grayscale: #646464. Windows color (decimal): -7451275 or 7687566. OLE color: 7687566.
HSL color Cylindrical-coordinate representation of color #8E4D75: hue angle of 323.08º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E4D75 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 77 | 117 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.44 |
| HSL | 323.08º | 0.3% | 0.43% | - |
| HSV(B) | 323.08º | 0.46% | 0.56% | - |
| XYZ | 17.02 | 12.34 | 18.31 | - |
| YUV | 101 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 77 | 117 | 0 | 0.46 | 0.18 | 0.44 | 323.08 | 0.3 | 0.43 |
| Hex | 8E | 4D | 75 | 0 | 2E | 12 | 2C | 143 | 1E | 2B |
| Octal | 216 | 115 | 165 | 0 | 56 | 22 | 54 | 503 | 36 | 53 |
| Binary | 10001110 | 1001101 | 1110101 | 0 | 101110 | 10010 | 101100 | 101000011 | 11110 | 101011 |
Color Harmonies of #8E4D75
Complementary color
Monochromatic Colors of #8E4D75
Black with #8E4D75
Text Example
Text Example
White with #8E4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4D75; }
p { color: rgb(142,77,117); }
H1.HeaderClassName
{
color: #8E4D75;
}
.AnyTagClassName
{
color: #8E4D75;
}
</style>
background-color css
<style>
a { background-color: #8E4D75; }
a { background-color: rgb(142,77,117); }
div.DivClassName
{
background-color: #8E4D75;
}
.BgClassName
{
background-color: #8E4D75;
}
</style>
border-color css
<style>
span { border-color: #8E4D75; }
span { border-color: rgb(142,77,117); }
td.TdClassName
{
border-color: #8E4D75;
}
.TagClassName
{
border-color: #8E4D75;
}
</style>