Shades of Cannon Pink #8E536C
Tints of Cannon Pink #8E536C
RGB
CMYK
RGB Variations
Color information
#8E536C (or 0x8E536C) is known color: Cannon Pink. HEX triplet: 8E, 53 and 6C. RGB value is (142,83,108). Sum of RGB (Red+Green+Blue) = 142+83+108=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E536C is #71AC93. Grayscale: #676767. Windows color (decimal): -7449748 or 7099278. OLE color: 7099278.
HSL color Cylindrical-coordinate representation of color #8E536C: hue angle of 334.58º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E536C is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 108 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.44 |
| HSL | 334.58º | 0.26% | 0.44% | - |
| HSV(B) | 334.58º | 0.42% | 0.56% | - |
| XYZ | 16.96 | 13.02 | 15.81 | - |
| YUV | 103.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 108 | 0 | 0.42 | 0.24 | 0.44 | 334.58 | 0.26 | 0.44 |
| Hex | 8E | 53 | 6C | 0 | 2A | 18 | 2C | 14F | 1A | 2C |
| Octal | 216 | 123 | 154 | 0 | 52 | 30 | 54 | 517 | 32 | 54 |
| Binary | 10001110 | 1010011 | 1101100 | 0 | 101010 | 11000 | 101100 | 101001111 | 11010 | 101100 |
Color Harmonies of #8E536C
Complementary color
Monochromatic Colors of #8E536C
Black with #8E536C
Text Example
Text Example
White with #8E536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E536C; }
p { color: rgb(142,83,108); }
H1.HeaderClassName
{
color: #8E536C;
}
.AnyTagClassName
{
color: #8E536C;
}
</style>
background-color css
<style>
a { background-color: #8E536C; }
a { background-color: rgb(142,83,108); }
div.DivClassName
{
background-color: #8E536C;
}
.BgClassName
{
background-color: #8E536C;
}
</style>
border-color css
<style>
span { border-color: #8E536C; }
span { border-color: rgb(142,83,108); }
td.TdClassName
{
border-color: #8E536C;
}
.TagClassName
{
border-color: #8E536C;
}
</style>