Shades of Hopbush #CE5B8E
Tints of Hopbush #CE5B8E
RGB
CMYK
RGB Variations
Color information
#CE5B8E (or 0xCE5B8E) is known color: Hopbush. HEX triplet: CE, 5B and 8E. RGB value is (206,91,142). Sum of RGB (Red+Green+Blue) = 206+91+142=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5B8E is #31A471. Grayscale: #838383. Windows color (decimal): -3253362 or 9329614. OLE color: 9329614.
HSL color Cylindrical-coordinate representation of color #CE5B8E: hue angle of 333.39º 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 #CE5B8E is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 142 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.19 |
| HSL | 333.39º | 0.54% | 0.58% | - |
| HSV(B) | 333.39º | 0.56% | 0.81% | - |
| XYZ | 34.08 | 22.56 | 28.15 | - |
| YUV | 131.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 142 | 0 | 0.56 | 0.31 | 0.19 | 333.39 | 0.54 | 0.58 |
| Hex | CE | 5B | 8E | 0 | 38 | 1F | 13 | 14D | 36 | 3A |
| Octal | 316 | 133 | 216 | 0 | 70 | 37 | 23 | 515 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10001110 | 0 | 111000 | 11111 | 10011 | 101001101 | 110110 | 111010 |
Color Harmonies of #CE5B8E
Complementary color
Monochromatic Colors of #CE5B8E
Black with #CE5B8E
Text Example
Text Example
White with #CE5B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B8E; }
p { color: rgb(206,91,142); }
H1.HeaderClassName
{
color: #CE5B8E;
}
.AnyTagClassName
{
color: #CE5B8E;
}
</style>
background-color css
<style>
a { background-color: #CE5B8E; }
a { background-color: rgb(206,91,142); }
div.DivClassName
{
background-color: #CE5B8E;
}
.BgClassName
{
background-color: #CE5B8E;
}
</style>
border-color css
<style>
span { border-color: #CE5B8E; }
span { border-color: rgb(206,91,142); }
td.TdClassName
{
border-color: #CE5B8E;
}
.TagClassName
{
border-color: #CE5B8E;
}
</style>