Shades of Hopbush #CE5E92
Tints of Hopbush #CE5E92
RGB
CMYK
RGB Variations
Color information
#CE5E92 (or 0xCE5E92) is known color: Hopbush. HEX triplet: CE, 5E and 92. RGB value is (206,94,146). Sum of RGB (Red+Green+Blue) = 206+94+146=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E92 is #31A16D. Grayscale: #858585. Windows color (decimal): -3252590 or 9592526. OLE color: 9592526.
HSL color Cylindrical-coordinate representation of color #CE5E92: hue angle of 332.14º 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 #CE5E92 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 146 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.19 |
| HSL | 332.14º | 0.53% | 0.59% | - |
| HSV(B) | 332.14º | 0.54% | 0.81% | - |
| XYZ | 34.64 | 23.2 | 29.85 | - |
| YUV | 133.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 146 | 0 | 0.54 | 0.29 | 0.19 | 332.14 | 0.53 | 0.59 |
| Hex | CE | 5E | 92 | 0 | 36 | 1D | 13 | 14C | 35 | 3B |
| Octal | 316 | 136 | 222 | 0 | 66 | 35 | 23 | 514 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10010010 | 0 | 110110 | 11101 | 10011 | 101001100 | 110101 | 111011 |
Color Harmonies of #CE5E92
Complementary color
Monochromatic Colors of #CE5E92
Black with #CE5E92
Text Example
Text Example
White with #CE5E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E92; }
p { color: rgb(206,94,146); }
H1.HeaderClassName
{
color: #CE5E92;
}
.AnyTagClassName
{
color: #CE5E92;
}
</style>
background-color css
<style>
a { background-color: #CE5E92; }
a { background-color: rgb(206,94,146); }
div.DivClassName
{
background-color: #CE5E92;
}
.BgClassName
{
background-color: #CE5E92;
}
</style>
border-color css
<style>
span { border-color: #CE5E92; }
span { border-color: rgb(206,94,146); }
td.TdClassName
{
border-color: #CE5E92;
}
.TagClassName
{
border-color: #CE5E92;
}
</style>