Shades of Hopbush #CE5B98
Tints of Hopbush #CE5B98
RGB
CMYK
RGB Variations
Color information
#CE5B98 (or 0xCE5B98) is known color: Hopbush. HEX triplet: CE, 5B and 98. RGB value is (206,91,152). Sum of RGB (Red+Green+Blue) = 206+91+152=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5B98 is #31A467. Grayscale: #848484. Windows color (decimal): -3253352 or 9984974. OLE color: 9984974.
HSL color Cylindrical-coordinate representation of color #CE5B98: hue angle of 328.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5B98 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 152 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.19 |
| HSL | 328.17º | 0.54% | 0.58% | - |
| HSV(B) | 328.17º | 0.56% | 0.81% | - |
| XYZ | 34.86 | 22.87 | 32.28 | - |
| YUV | 132.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 152 | 0 | 0.56 | 0.26 | 0.19 | 328.17 | 0.54 | 0.58 |
| Hex | CE | 5B | 98 | 0 | 38 | 1A | 13 | 148 | 36 | 3A |
| Octal | 316 | 133 | 230 | 0 | 70 | 32 | 23 | 510 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10011000 | 0 | 111000 | 11010 | 10011 | 101001000 | 110110 | 111010 |
Color Harmonies of #CE5B98
Complementary color
Monochromatic Colors of #CE5B98
Black with #CE5B98
Text Example
Text Example
White with #CE5B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B98; }
p { color: rgb(206,91,152); }
H1.HeaderClassName
{
color: #CE5B98;
}
.AnyTagClassName
{
color: #CE5B98;
}
</style>
background-color css
<style>
a { background-color: #CE5B98; }
a { background-color: rgb(206,91,152); }
div.DivClassName
{
background-color: #CE5B98;
}
.BgClassName
{
background-color: #CE5B98;
}
</style>
border-color css
<style>
span { border-color: #CE5B98; }
span { border-color: rgb(206,91,152); }
td.TdClassName
{
border-color: #CE5B98;
}
.TagClassName
{
border-color: #CE5B98;
}
</style>