Shades of Hopbush #CE5E95
Tints of Hopbush #CE5E95
RGB
CMYK
RGB Variations
Color information
#CE5E95 (or 0xCE5E95) is known color: Hopbush. HEX triplet: CE, 5E and 95. RGB value is (206,94,149). Sum of RGB (Red+Green+Blue) = 206+94+149=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E95 is #31A16A. Grayscale: #858585. Windows color (decimal): -3252587 or 9789134. OLE color: 9789134.
HSL color Cylindrical-coordinate representation of color #CE5E95: hue angle of 330.54º 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 #CE5E95 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 149 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.19 |
| HSL | 330.54º | 0.53% | 0.59% | - |
| HSV(B) | 330.54º | 0.54% | 0.81% | - |
| XYZ | 34.88 | 23.3 | 31.09 | - |
| YUV | 133.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 149 | 0 | 0.54 | 0.28 | 0.19 | 330.54 | 0.53 | 0.59 |
| Hex | CE | 5E | 95 | 0 | 36 | 1C | 13 | 14B | 35 | 3B |
| Octal | 316 | 136 | 225 | 0 | 66 | 34 | 23 | 513 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10010101 | 0 | 110110 | 11100 | 10011 | 101001011 | 110101 | 111011 |
Color Harmonies of #CE5E95
Complementary color
Monochromatic Colors of #CE5E95
Black with #CE5E95
Text Example
Text Example
White with #CE5E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E95; }
p { color: rgb(206,94,149); }
H1.HeaderClassName
{
color: #CE5E95;
}
.AnyTagClassName
{
color: #CE5E95;
}
</style>
background-color css
<style>
a { background-color: #CE5E95; }
a { background-color: rgb(206,94,149); }
div.DivClassName
{
background-color: #CE5E95;
}
.BgClassName
{
background-color: #CE5E95;
}
</style>
border-color css
<style>
span { border-color: #CE5E95; }
span { border-color: rgb(206,94,149); }
td.TdClassName
{
border-color: #CE5E95;
}
.TagClassName
{
border-color: #CE5E95;
}
</style>