Shades of Cannon Pink #8E505D
Tints of Cannon Pink #8E505D
RGB
CMYK
RGB Variations
Color information
#8E505D (or 0x8E505D) is known color: Cannon Pink. HEX triplet: 8E, 50 and 5D. RGB value is (142,80,93). Sum of RGB (Red+Green+Blue) = 142+80+93=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E505D is #71AFA2. Grayscale: #646464. Windows color (decimal): -7450531 or 6115470. OLE color: 6115470.
HSL color Cylindrical-coordinate representation of color #8E505D: hue angle of 347.42º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E505D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 93 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.44 |
| HSL | 347.42º | 0.28% | 0.44% | - |
| HSV(B) | 347.42º | 0.44% | 0.56% | - |
| XYZ | 16 | 12.28 | 11.88 | - |
| YUV | 100.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 93 | 0 | 0.44 | 0.35 | 0.44 | 347.42 | 0.28 | 0.44 |
| Hex | 8E | 50 | 5D | 0 | 2C | 23 | 2C | 15B | 1C | 2C |
| Octal | 216 | 120 | 135 | 0 | 54 | 43 | 54 | 533 | 34 | 54 |
| Binary | 10001110 | 1010000 | 1011101 | 0 | 101100 | 100011 | 101100 | 101011011 | 11100 | 101100 |
Color Harmonies of #8E505D
Complementary color
Monochromatic Colors of #8E505D
Black with #8E505D
Text Example
Text Example
White with #8E505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E505D; }
p { color: rgb(142,80,93); }
H1.HeaderClassName
{
color: #8E505D;
}
.AnyTagClassName
{
color: #8E505D;
}
</style>
background-color css
<style>
a { background-color: #8E505D; }
a { background-color: rgb(142,80,93); }
div.DivClassName
{
background-color: #8E505D;
}
.BgClassName
{
background-color: #8E505D;
}
</style>
border-color css
<style>
span { border-color: #8E505D; }
span { border-color: rgb(142,80,93); }
td.TdClassName
{
border-color: #8E505D;
}
.TagClassName
{
border-color: #8E505D;
}
</style>