Shades of Cannon Pink #8E4D5C
Tints of Cannon Pink #8E4D5C
RGB
CMYK
RGB Variations
Color information
#8E4D5C (or 0x8E4D5C) is known color: Cannon Pink. HEX triplet: 8E, 4D and 5C. RGB value is (142,77,92). Sum of RGB (Red+Green+Blue) = 142+77+92=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D5C is #71B2A3. Grayscale: #626262. Windows color (decimal): -7451300 or 6049166. OLE color: 6049166.
HSL color Cylindrical-coordinate representation of color #8E4D5C: hue angle of 346.15º 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 #8E4D5C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 77 | 92 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.44 |
| HSL | 346.15º | 0.3% | 0.43% | - |
| HSV(B) | 346.15º | 0.46% | 0.56% | - |
| XYZ | 15.74 | 11.83 | 11.58 | - |
| YUV | 98.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 77 | 92 | 0 | 0.46 | 0.35 | 0.44 | 346.15 | 0.3 | 0.43 |
| Hex | 8E | 4D | 5C | 0 | 2E | 23 | 2C | 15A | 1E | 2B |
| Octal | 216 | 115 | 134 | 0 | 56 | 43 | 54 | 532 | 36 | 53 |
| Binary | 10001110 | 1001101 | 1011100 | 0 | 101110 | 100011 | 101100 | 101011010 | 11110 | 101011 |
Color Harmonies of #8E4D5C
Complementary color
Monochromatic Colors of #8E4D5C
Black with #8E4D5C
Text Example
Text Example
White with #8E4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4D5C; }
p { color: rgb(142,77,92); }
H1.HeaderClassName
{
color: #8E4D5C;
}
.AnyTagClassName
{
color: #8E4D5C;
}
</style>
background-color css
<style>
a { background-color: #8E4D5C; }
a { background-color: rgb(142,77,92); }
div.DivClassName
{
background-color: #8E4D5C;
}
.BgClassName
{
background-color: #8E4D5C;
}
</style>
border-color css
<style>
span { border-color: #8E4D5C; }
span { border-color: rgb(142,77,92); }
td.TdClassName
{
border-color: #8E4D5C;
}
.TagClassName
{
border-color: #8E4D5C;
}
</style>