Shades of Cannon Pink #8E5474
Tints of Cannon Pink #8E5474
RGB
CMYK
RGB Variations
Color information
#8E5474 (or 0x8E5474) is known color: Cannon Pink. HEX triplet: 8E, 54 and 74. RGB value is (142,84,116). Sum of RGB (Red+Green+Blue) = 142+84+116=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5474 is #71AB8B. Grayscale: #686868. Windows color (decimal): -7449484 or 7623822. OLE color: 7623822.
HSL color Cylindrical-coordinate representation of color #8E5474: hue angle of 326.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5474 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 84 | 116 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.44 |
| HSL | 326.9º | 0.26% | 0.44% | - |
| HSV(B) | 326.9º | 0.41% | 0.56% | - |
| XYZ | 17.48 | 13.35 | 18.18 | - |
| YUV | 104.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 116 | 0 | 0.41 | 0.18 | 0.44 | 326.9 | 0.26 | 0.44 |
| Hex | 8E | 54 | 74 | 0 | 29 | 12 | 2C | 147 | 1A | 2C |
| Octal | 216 | 124 | 164 | 0 | 51 | 22 | 54 | 507 | 32 | 54 |
| Binary | 10001110 | 1010100 | 1110100 | 0 | 101001 | 10010 | 101100 | 101000111 | 11010 | 101100 |
Color Harmonies of #8E5474
Complementary color
Monochromatic Colors of #8E5474
Black with #8E5474
Text Example
Text Example
White with #8E5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5474; }
p { color: rgb(142,84,116); }
H1.HeaderClassName
{
color: #8E5474;
}
.AnyTagClassName
{
color: #8E5474;
}
</style>
background-color css
<style>
a { background-color: #8E5474; }
a { background-color: rgb(142,84,116); }
div.DivClassName
{
background-color: #8E5474;
}
.BgClassName
{
background-color: #8E5474;
}
</style>
border-color css
<style>
span { border-color: #8E5474; }
span { border-color: rgb(142,84,116); }
td.TdClassName
{
border-color: #8E5474;
}
.TagClassName
{
border-color: #8E5474;
}
</style>