Shades of Hopbush #CE5E91
Tints of Hopbush #CE5E91
RGB
CMYK
RGB Variations
Color information
#CE5E91 (or 0xCE5E91) is known color: Hopbush. HEX triplet: CE, 5E and 91. RGB value is (206,94,145). Sum of RGB (Red+Green+Blue) = 206+94+145=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E91 is #31A16E. Grayscale: #858585. Windows color (decimal): -3252591 or 9526990. OLE color: 9526990.
HSL color Cylindrical-coordinate representation of color #CE5E91: hue angle of 332.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E91 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 145 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.19 |
| HSL | 332.68º | 0.53% | 0.59% | - |
| HSV(B) | 332.68º | 0.54% | 0.81% | - |
| XYZ | 34.57 | 23.17 | 29.44 | - |
| YUV | 133.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 145 | 0 | 0.54 | 0.30 | 0.19 | 332.68 | 0.53 | 0.59 |
| Hex | CE | 5E | 91 | 0 | 36 | 1E | 13 | 14D | 35 | 3B |
| Octal | 316 | 136 | 221 | 0 | 66 | 36 | 23 | 515 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10010001 | 0 | 110110 | 11110 | 10011 | 101001101 | 110101 | 111011 |
Color Harmonies of #CE5E91
Complementary color
Monochromatic Colors of #CE5E91
Black with #CE5E91
Text Example
Text Example
White with #CE5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E91; }
p { color: rgb(206,94,145); }
H1.HeaderClassName
{
color: #CE5E91;
}
.AnyTagClassName
{
color: #CE5E91;
}
</style>
background-color css
<style>
a { background-color: #CE5E91; }
a { background-color: rgb(206,94,145); }
div.DivClassName
{
background-color: #CE5E91;
}
.BgClassName
{
background-color: #CE5E91;
}
</style>
border-color css
<style>
span { border-color: #CE5E91; }
span { border-color: rgb(206,94,145); }
td.TdClassName
{
border-color: #CE5E91;
}
.TagClassName
{
border-color: #CE5E91;
}
</style>