Shades of Hopbush #CE73A5
Tints of Hopbush #CE73A5
RGB
CMYK
RGB Variations
Color information
#CE73A5 (or 0xCE73A5) is known color: Hopbush. HEX triplet: CE, 73 and A5. RGB value is (206,115,165). Sum of RGB (Red+Green+Blue) = 206+115+165=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE73A5 is #318C5A. Grayscale: #939393. Windows color (decimal): -3247195 or 10843086. OLE color: 10843086.
HSL color Cylindrical-coordinate representation of color #CE73A5: hue angle of 327.03º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE73A5 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 165 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.19 |
| HSL | 327.03º | 0.48% | 0.63% | - |
| HSV(B) | 327.03º | 0.44% | 0.81% | - |
| XYZ | 38.38 | 28.1 | 39 | - |
| YUV | 147.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 165 | 0 | 0.44 | 0.20 | 0.19 | 327.03 | 0.48 | 0.63 |
| Hex | CE | 73 | A5 | 0 | 2C | 14 | 13 | 147 | 30 | 3F |
| Octal | 316 | 163 | 245 | 0 | 54 | 24 | 23 | 507 | 60 | 77 |
| Binary | 11001110 | 1110011 | 10100101 | 0 | 101100 | 10100 | 10011 | 101000111 | 110000 | 111111 |
Color Harmonies of #CE73A5
Complementary color
Monochromatic Colors of #CE73A5
Black with #CE73A5
Text Example
Text Example
White with #CE73A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73A5; }
p { color: rgb(206,115,165); }
H1.HeaderClassName
{
color: #CE73A5;
}
.AnyTagClassName
{
color: #CE73A5;
}
</style>
background-color css
<style>
a { background-color: #CE73A5; }
a { background-color: rgb(206,115,165); }
div.DivClassName
{
background-color: #CE73A5;
}
.BgClassName
{
background-color: #CE73A5;
}
</style>
border-color css
<style>
span { border-color: #CE73A5; }
span { border-color: rgb(206,115,165); }
td.TdClassName
{
border-color: #CE73A5;
}
.TagClassName
{
border-color: #CE73A5;
}
</style>