Shades of Hopbush #CE5EA8
Tints of Hopbush #CE5EA8
RGB
CMYK
RGB Variations
Color information
#CE5EA8 (or 0xCE5EA8) is known color: Hopbush. HEX triplet: CE, 5E and A8. RGB value is (206,94,168). Sum of RGB (Red+Green+Blue) = 206+94+168=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5EA8 is #31A157. Grayscale: #878787. Windows color (decimal): -3252568 or 11034318. OLE color: 11034318.
HSL color Cylindrical-coordinate representation of color #CE5EA8: hue angle of 320.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 #CE5EA8 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 168 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.19 |
| HSL | 320.36º | 0.53% | 0.59% | - |
| HSV(B) | 320.36º | 0.54% | 0.81% | - |
| XYZ | 36.52 | 23.95 | 39.74 | - |
| YUV | 135.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 168 | 0 | 0.54 | 0.18 | 0.19 | 320.36 | 0.53 | 0.59 |
| Hex | CE | 5E | A8 | 0 | 36 | 12 | 13 | 140 | 35 | 3B |
| Octal | 316 | 136 | 250 | 0 | 66 | 22 | 23 | 500 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10101000 | 0 | 110110 | 10010 | 10011 | 101000000 | 110101 | 111011 |
Color Harmonies of #CE5EA8
Complementary color
Monochromatic Colors of #CE5EA8
Black with #CE5EA8
Text Example
Text Example
White with #CE5EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EA8; }
p { color: rgb(206,94,168); }
H1.HeaderClassName
{
color: #CE5EA8;
}
.AnyTagClassName
{
color: #CE5EA8;
}
</style>
background-color css
<style>
a { background-color: #CE5EA8; }
a { background-color: rgb(206,94,168); }
div.DivClassName
{
background-color: #CE5EA8;
}
.BgClassName
{
background-color: #CE5EA8;
}
</style>
border-color css
<style>
span { border-color: #CE5EA8; }
span { border-color: rgb(206,94,168); }
td.TdClassName
{
border-color: #CE5EA8;
}
.TagClassName
{
border-color: #CE5EA8;
}
</style>