Shades of Hopbush #CE62AA
Tints of Hopbush #CE62AA
RGB
CMYK
RGB Variations
Color information
#CE62AA (or 0xCE62AA) is known color: Hopbush. HEX triplet: CE, 62 and AA. RGB value is (206,98,170). Sum of RGB (Red+Green+Blue) = 206+98+170=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE62AA is #319D55. Grayscale: #8A8A8A. Windows color (decimal): -3251542 or 11166414. OLE color: 11166414.
HSL color Cylindrical-coordinate representation of color #CE62AA: hue angle of 320º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE62AA is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 170 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.19 |
| HSL | 320º | 0.52% | 0.6% | - |
| HSV(B) | 320º | 0.52% | 0.81% | - |
| XYZ | 37.08 | 24.76 | 40.86 | - |
| YUV | 138.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 170 | 0 | 0.52 | 0.17 | 0.19 | 320 | 0.52 | 0.6 |
| Hex | CE | 62 | AA | 0 | 34 | 11 | 13 | 140 | 34 | 3C |
| Octal | 316 | 142 | 252 | 0 | 64 | 21 | 23 | 500 | 64 | 74 |
| Binary | 11001110 | 1100010 | 10101010 | 0 | 110100 | 10001 | 10011 | 101000000 | 110100 | 111100 |
Color Harmonies of #CE62AA
Complementary color
Monochromatic Colors of #CE62AA
Black with #CE62AA
Text Example
Text Example
White with #CE62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62AA; }
p { color: rgb(206,98,170); }
H1.HeaderClassName
{
color: #CE62AA;
}
.AnyTagClassName
{
color: #CE62AA;
}
</style>
background-color css
<style>
a { background-color: #CE62AA; }
a { background-color: rgb(206,98,170); }
div.DivClassName
{
background-color: #CE62AA;
}
.BgClassName
{
background-color: #CE62AA;
}
</style>
border-color css
<style>
span { border-color: #CE62AA; }
span { border-color: rgb(206,98,170); }
td.TdClassName
{
border-color: #CE62AA;
}
.TagClassName
{
border-color: #CE62AA;
}
</style>