Shades of Hopbush #CE5E9E
Tints of Hopbush #CE5E9E
RGB
CMYK
RGB Variations
Color information
#CE5E9E (or 0xCE5E9E) is known color: Hopbush. HEX triplet: CE, 5E and 9E. RGB value is (206,94,158). Sum of RGB (Red+Green+Blue) = 206+94+158=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E9E is #31A161. Grayscale: #868686. Windows color (decimal): -3252578 or 10378958. OLE color: 10378958.
HSL color Cylindrical-coordinate representation of color #CE5E9E: hue angle of 325.71º 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 #CE5E9E is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 158 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.19 |
| HSL | 325.71º | 0.53% | 0.59% | - |
| HSV(B) | 325.71º | 0.54% | 0.81% | - |
| XYZ | 35.63 | 23.6 | 35.02 | - |
| YUV | 134.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 158 | 0 | 0.54 | 0.23 | 0.19 | 325.71 | 0.53 | 0.59 |
| Hex | CE | 5E | 9E | 0 | 36 | 17 | 13 | 146 | 35 | 3B |
| Octal | 316 | 136 | 236 | 0 | 66 | 27 | 23 | 506 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10011110 | 0 | 110110 | 10111 | 10011 | 101000110 | 110101 | 111011 |
Color Harmonies of #CE5E9E
Complementary color
Monochromatic Colors of #CE5E9E
Black with #CE5E9E
Text Example
Text Example
White with #CE5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E9E; }
p { color: rgb(206,94,158); }
H1.HeaderClassName
{
color: #CE5E9E;
}
.AnyTagClassName
{
color: #CE5E9E;
}
</style>
background-color css
<style>
a { background-color: #CE5E9E; }
a { background-color: rgb(206,94,158); }
div.DivClassName
{
background-color: #CE5E9E;
}
.BgClassName
{
background-color: #CE5E9E;
}
</style>
border-color css
<style>
span { border-color: #CE5E9E; }
span { border-color: rgb(206,94,158); }
td.TdClassName
{
border-color: #CE5E9E;
}
.TagClassName
{
border-color: #CE5E9E;
}
</style>