Shades of Cannon Pink #8E4B6B
Tints of Cannon Pink #8E4B6B
RGB
CMYK
RGB Variations
Color information
#8E4B6B (or 0x8E4B6B) is known color: Cannon Pink. HEX triplet: 8E, 4B and 6B. RGB value is (142,75,107). Sum of RGB (Red+Green+Blue) = 142+75+107=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B6B is #71B494. Grayscale: #626262. Windows color (decimal): -7451797 or 7031694. OLE color: 7031694.
HSL color Cylindrical-coordinate representation of color #8E4B6B: hue angle of 331.34º 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 #8E4B6B is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 75 | 107 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.44 |
| HSL | 331.34º | 0.31% | 0.43% | - |
| HSV(B) | 331.34º | 0.47% | 0.56% | - |
| XYZ | 16.33 | 11.84 | 15.34 | - |
| YUV | 98.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 107 | 0 | 0.47 | 0.25 | 0.44 | 331.34 | 0.31 | 0.43 |
| Hex | 8E | 4B | 6B | 0 | 2F | 19 | 2C | 14B | 1F | 2B |
| Octal | 216 | 113 | 153 | 0 | 57 | 31 | 54 | 513 | 37 | 53 |
| Binary | 10001110 | 1001011 | 1101011 | 0 | 101111 | 11001 | 101100 | 101001011 | 11111 | 101011 |
Color Harmonies of #8E4B6B
Complementary color
Monochromatic Colors of #8E4B6B
Black with #8E4B6B
Text Example
Text Example
White with #8E4B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B6B; }
p { color: rgb(142,75,107); }
H1.HeaderClassName
{
color: #8E4B6B;
}
.AnyTagClassName
{
color: #8E4B6B;
}
</style>
background-color css
<style>
a { background-color: #8E4B6B; }
a { background-color: rgb(142,75,107); }
div.DivClassName
{
background-color: #8E4B6B;
}
.BgClassName
{
background-color: #8E4B6B;
}
</style>
border-color css
<style>
span { border-color: #8E4B6B; }
span { border-color: rgb(142,75,107); }
td.TdClassName
{
border-color: #8E4B6B;
}
.TagClassName
{
border-color: #8E4B6B;
}
</style>