Shades of Cannon Pink #8E4B68
Tints of Cannon Pink #8E4B68
RGB
CMYK
RGB Variations
Color information
#8E4B68 (or 0x8E4B68) is known color: Cannon Pink. HEX triplet: 8E, 4B and 68. RGB value is (142,75,104). Sum of RGB (Red+Green+Blue) = 142+75+104=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B68 is #71B497. Grayscale: #626262. Windows color (decimal): -7451800 or 6835086. OLE color: 6835086.
HSL color Cylindrical-coordinate representation of color #8E4B68: hue angle of 334.03º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4B68 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 104 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.44 |
| HSL | 334.03º | 0.31% | 0.43% | - |
| HSV(B) | 334.03º | 0.47% | 0.56% | - |
| XYZ | 16.17 | 11.78 | 14.52 | - |
| YUV | 98.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 104 | 0 | 0.47 | 0.27 | 0.44 | 334.03 | 0.31 | 0.43 |
| Hex | 8E | 4B | 68 | 0 | 2F | 1B | 2C | 14E | 1F | 2B |
| Octal | 216 | 113 | 150 | 0 | 57 | 33 | 54 | 516 | 37 | 53 |
| Binary | 10001110 | 1001011 | 1101000 | 0 | 101111 | 11011 | 101100 | 101001110 | 11111 | 101011 |
Color Harmonies of #8E4B68
Complementary color
Monochromatic Colors of #8E4B68
Black with #8E4B68
Text Example
Text Example
White with #8E4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B68; }
p { color: rgb(142,75,104); }
H1.HeaderClassName
{
color: #8E4B68;
}
.AnyTagClassName
{
color: #8E4B68;
}
</style>
background-color css
<style>
a { background-color: #8E4B68; }
a { background-color: rgb(142,75,104); }
div.DivClassName
{
background-color: #8E4B68;
}
.BgClassName
{
background-color: #8E4B68;
}
</style>
border-color css
<style>
span { border-color: #8E4B68; }
span { border-color: rgb(142,75,104); }
td.TdClassName
{
border-color: #8E4B68;
}
.TagClassName
{
border-color: #8E4B68;
}
</style>