Shades of Cannon Pink #8E4B6A
Tints of Cannon Pink #8E4B6A
RGB
CMYK
RGB Variations
Color information
#8E4B6A (or 0x8E4B6A) is known color: Cannon Pink. HEX triplet: 8E, 4B and 6A. RGB value is (142,75,106). Sum of RGB (Red+Green+Blue) = 142+75+106=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B6A is #71B495. Grayscale: #626262. Windows color (decimal): -7451798 or 6966158. OLE color: 6966158.
HSL color Cylindrical-coordinate representation of color #8E4B6A: hue angle of 332.24º 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 #8E4B6A is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 106 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.44 |
| HSL | 332.24º | 0.31% | 0.43% | - |
| HSV(B) | 332.24º | 0.47% | 0.56% | - |
| XYZ | 16.27 | 11.82 | 15.06 | - |
| YUV | 98.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 106 | 0 | 0.47 | 0.25 | 0.44 | 332.24 | 0.31 | 0.43 |
| Hex | 8E | 4B | 6A | 0 | 2F | 19 | 2C | 14C | 1F | 2B |
| Octal | 216 | 113 | 152 | 0 | 57 | 31 | 54 | 514 | 37 | 53 |
| Binary | 10001110 | 1001011 | 1101010 | 0 | 101111 | 11001 | 101100 | 101001100 | 11111 | 101011 |
Color Harmonies of #8E4B6A
Complementary color
Monochromatic Colors of #8E4B6A
Black with #8E4B6A
Text Example
Text Example
White with #8E4B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B6A; }
p { color: rgb(142,75,106); }
H1.HeaderClassName
{
color: #8E4B6A;
}
.AnyTagClassName
{
color: #8E4B6A;
}
</style>
background-color css
<style>
a { background-color: #8E4B6A; }
a { background-color: rgb(142,75,106); }
div.DivClassName
{
background-color: #8E4B6A;
}
.BgClassName
{
background-color: #8E4B6A;
}
</style>
border-color css
<style>
span { border-color: #8E4B6A; }
span { border-color: rgb(142,75,106); }
td.TdClassName
{
border-color: #8E4B6A;
}
.TagClassName
{
border-color: #8E4B6A;
}
</style>