Shades of Cannon Pink #8E4A5B
Tints of Cannon Pink #8E4A5B
RGB
CMYK
RGB Variations
Color information
#8E4A5B (or 0x8E4A5B) is known color: Cannon Pink. HEX triplet: 8E, 4A and 5B. RGB value is (142,74,91). Sum of RGB (Red+Green+Blue) = 142+74+91=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A5B is #71B5A4. Grayscale: #606060. Windows color (decimal): -7452069 or 5982862. OLE color: 5982862.
HSL color Cylindrical-coordinate representation of color #8E4A5B: hue angle of 345º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4A5B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 91 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.44 |
| HSL | 345º | 0.31% | 0.42% | - |
| HSV(B) | 345º | 0.48% | 0.56% | - |
| XYZ | 15.49 | 11.4 | 11.28 | - |
| YUV | 96.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 91 | 0 | 0.48 | 0.36 | 0.44 | 345 | 0.31 | 0.42 |
| Hex | 8E | 4A | 5B | 0 | 30 | 24 | 2C | 159 | 1F | 2A |
| Octal | 216 | 112 | 133 | 0 | 60 | 44 | 54 | 531 | 37 | 52 |
| Binary | 10001110 | 1001010 | 1011011 | 0 | 110000 | 100100 | 101100 | 101011001 | 11111 | 101010 |
Color Harmonies of #8E4A5B
Complementary color
Monochromatic Colors of #8E4A5B
Black with #8E4A5B
Text Example
Text Example
White with #8E4A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A5B; }
p { color: rgb(142,74,91); }
H1.HeaderClassName
{
color: #8E4A5B;
}
.AnyTagClassName
{
color: #8E4A5B;
}
</style>
background-color css
<style>
a { background-color: #8E4A5B; }
a { background-color: rgb(142,74,91); }
div.DivClassName
{
background-color: #8E4A5B;
}
.BgClassName
{
background-color: #8E4A5B;
}
</style>
border-color css
<style>
span { border-color: #8E4A5B; }
span { border-color: rgb(142,74,91); }
td.TdClassName
{
border-color: #8E4A5B;
}
.TagClassName
{
border-color: #8E4A5B;
}
</style>