Shades of Hopbush #CE5E93
Tints of Hopbush #CE5E93
RGB
CMYK
RGB Variations
Color information
#CE5E93 (or 0xCE5E93) is known color: Hopbush. HEX triplet: CE, 5E and 93. RGB value is (206,94,147). Sum of RGB (Red+Green+Blue) = 206+94+147=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E93 is #31A16C. Grayscale: #858585. Windows color (decimal): -3252589 or 9658062. OLE color: 9658062.
HSL color Cylindrical-coordinate representation of color #CE5E93: hue angle of 331.61º 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 #CE5E93 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 147 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.19 |
| HSL | 331.61º | 0.53% | 0.59% | - |
| HSV(B) | 331.61º | 0.54% | 0.81% | - |
| XYZ | 34.72 | 23.23 | 30.26 | - |
| YUV | 133.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 147 | 0 | 0.54 | 0.29 | 0.19 | 331.61 | 0.53 | 0.59 |
| Hex | CE | 5E | 93 | 0 | 36 | 1D | 13 | 14C | 35 | 3B |
| Octal | 316 | 136 | 223 | 0 | 66 | 35 | 23 | 514 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10010011 | 0 | 110110 | 11101 | 10011 | 101001100 | 110101 | 111011 |
Color Harmonies of #CE5E93
Complementary color
Monochromatic Colors of #CE5E93
Black with #CE5E93
Text Example
Text Example
White with #CE5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E93; }
p { color: rgb(206,94,147); }
H1.HeaderClassName
{
color: #CE5E93;
}
.AnyTagClassName
{
color: #CE5E93;
}
</style>
background-color css
<style>
a { background-color: #CE5E93; }
a { background-color: rgb(206,94,147); }
div.DivClassName
{
background-color: #CE5E93;
}
.BgClassName
{
background-color: #CE5E93;
}
</style>
border-color css
<style>
span { border-color: #CE5E93; }
span { border-color: rgb(206,94,147); }
td.TdClassName
{
border-color: #CE5E93;
}
.TagClassName
{
border-color: #CE5E93;
}
</style>