Shades of Cannon Pink #8E5274
Tints of Cannon Pink #8E5274
RGB
CMYK
RGB Variations
Color information
#8E5274 (or 0x8E5274) is known color: Cannon Pink. HEX triplet: 8E, 52 and 74. RGB value is (142,82,116). Sum of RGB (Red+Green+Blue) = 142+82+116=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5274 is #71AD8B. Grayscale: #676767. Windows color (decimal): -7449996 or 7623310. OLE color: 7623310.
HSL color Cylindrical-coordinate representation of color #8E5274: hue angle of 326º degrees, saturation: 0.27, 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 #8E5274 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 116 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.44 |
| HSL | 326º | 0.27% | 0.44% | - |
| HSV(B) | 326º | 0.42% | 0.56% | - |
| XYZ | 17.33 | 13.05 | 18.13 | - |
| YUV | 103.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 116 | 0 | 0.42 | 0.18 | 0.44 | 326 | 0.27 | 0.44 |
| Hex | 8E | 52 | 74 | 0 | 2A | 12 | 2C | 146 | 1B | 2C |
| Octal | 216 | 122 | 164 | 0 | 52 | 22 | 54 | 506 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1110100 | 0 | 101010 | 10010 | 101100 | 101000110 | 11011 | 101100 |
Color Harmonies of #8E5274
Complementary color
Monochromatic Colors of #8E5274
Black with #8E5274
Text Example
Text Example
White with #8E5274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5274; }
p { color: rgb(142,82,116); }
H1.HeaderClassName
{
color: #8E5274;
}
.AnyTagClassName
{
color: #8E5274;
}
</style>
background-color css
<style>
a { background-color: #8E5274; }
a { background-color: rgb(142,82,116); }
div.DivClassName
{
background-color: #8E5274;
}
.BgClassName
{
background-color: #8E5274;
}
</style>
border-color css
<style>
span { border-color: #8E5274; }
span { border-color: rgb(142,82,116); }
td.TdClassName
{
border-color: #8E5274;
}
.TagClassName
{
border-color: #8E5274;
}
</style>