Shades of Hopbush #CE5E8C
Tints of Hopbush #CE5E8C
RGB
CMYK
RGB Variations
Color information
#CE5E8C (or 0xCE5E8C) is known color: Hopbush. HEX triplet: CE, 5E and 8C. RGB value is (206,94,140). Sum of RGB (Red+Green+Blue) = 206+94+140=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E8C is #31A173. Grayscale: #848484. Windows color (decimal): -3252596 or 9199310. OLE color: 9199310.
HSL color Cylindrical-coordinate representation of color #CE5E8C: hue angle of 335.36º 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 #CE5E8C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 140 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.19 |
| HSL | 335.36º | 0.53% | 0.59% | - |
| HSV(B) | 335.36º | 0.54% | 0.81% | - |
| XYZ | 34.19 | 23.02 | 27.45 | - |
| YUV | 132.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 140 | 0 | 0.54 | 0.32 | 0.19 | 335.36 | 0.53 | 0.59 |
| Hex | CE | 5E | 8C | 0 | 36 | 20 | 13 | 14F | 35 | 3B |
| Octal | 316 | 136 | 214 | 0 | 66 | 40 | 23 | 517 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10001100 | 0 | 110110 | 100000 | 10011 | 101001111 | 110101 | 111011 |
Color Harmonies of #CE5E8C
Complementary color
Monochromatic Colors of #CE5E8C
Black with #CE5E8C
Text Example
Text Example
White with #CE5E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E8C; }
p { color: rgb(206,94,140); }
H1.HeaderClassName
{
color: #CE5E8C;
}
.AnyTagClassName
{
color: #CE5E8C;
}
</style>
background-color css
<style>
a { background-color: #CE5E8C; }
a { background-color: rgb(206,94,140); }
div.DivClassName
{
background-color: #CE5E8C;
}
.BgClassName
{
background-color: #CE5E8C;
}
</style>
border-color css
<style>
span { border-color: #CE5E8C; }
span { border-color: rgb(206,94,140); }
td.TdClassName
{
border-color: #CE5E8C;
}
.TagClassName
{
border-color: #CE5E8C;
}
</style>