Shades of Hopbush #CE5E96
Tints of Hopbush #CE5E96
RGB
CMYK
RGB Variations
Color information
#CE5E96 (or 0xCE5E96) is known color: Hopbush. HEX triplet: CE, 5E and 96. RGB value is (206,94,150). Sum of RGB (Red+Green+Blue) = 206+94+150=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E96 is #31A169. Grayscale: #858585. Windows color (decimal): -3252586 or 9854670. OLE color: 9854670.
HSL color Cylindrical-coordinate representation of color #CE5E96: hue angle of 330º 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 #CE5E96 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 150 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.19 |
| HSL | 330º | 0.53% | 0.59% | - |
| HSV(B) | 330º | 0.54% | 0.81% | - |
| XYZ | 34.96 | 23.33 | 31.51 | - |
| YUV | 133.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 150 | 0 | 0.54 | 0.27 | 0.19 | 330 | 0.53 | 0.59 |
| Hex | CE | 5E | 96 | 0 | 36 | 1B | 13 | 14A | 35 | 3B |
| Octal | 316 | 136 | 226 | 0 | 66 | 33 | 23 | 512 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10010110 | 0 | 110110 | 11011 | 10011 | 101001010 | 110101 | 111011 |
Color Harmonies of #CE5E96
Complementary color
Monochromatic Colors of #CE5E96
Black with #CE5E96
Text Example
Text Example
White with #CE5E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E96; }
p { color: rgb(206,94,150); }
H1.HeaderClassName
{
color: #CE5E96;
}
.AnyTagClassName
{
color: #CE5E96;
}
</style>
background-color css
<style>
a { background-color: #CE5E96; }
a { background-color: rgb(206,94,150); }
div.DivClassName
{
background-color: #CE5E96;
}
.BgClassName
{
background-color: #CE5E96;
}
</style>
border-color css
<style>
span { border-color: #CE5E96; }
span { border-color: rgb(206,94,150); }
td.TdClassName
{
border-color: #CE5E96;
}
.TagClassName
{
border-color: #CE5E96;
}
</style>