Shades of Hopbush #CE74A0
Tints of Hopbush #CE74A0
RGB
CMYK
RGB Variations
Color information
#CE74A0 (or 0xCE74A0) is known color: Hopbush. HEX triplet: CE, 74 and A0. RGB value is (206,116,160). Sum of RGB (Red+Green+Blue) = 206+116+160=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE74A0 is #318B5F. Grayscale: #939393. Windows color (decimal): -3246944 or 10515662. OLE color: 10515662.
HSL color Cylindrical-coordinate representation of color #CE74A0: hue angle of 330.67º 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 #CE74A0 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 160 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.19 |
| HSL | 330.67º | 0.48% | 0.63% | - |
| HSV(B) | 330.67º | 0.44% | 0.81% | - |
| XYZ | 38.04 | 28.15 | 36.69 | - |
| YUV | 147.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 160 | 0 | 0.44 | 0.22 | 0.19 | 330.67 | 0.48 | 0.63 |
| Hex | CE | 74 | A0 | 0 | 2C | 16 | 13 | 14B | 30 | 3F |
| Octal | 316 | 164 | 240 | 0 | 54 | 26 | 23 | 513 | 60 | 77 |
| Binary | 11001110 | 1110100 | 10100000 | 0 | 101100 | 10110 | 10011 | 101001011 | 110000 | 111111 |
Color Harmonies of #CE74A0
Complementary color
Monochromatic Colors of #CE74A0
Black with #CE74A0
Text Example
Text Example
White with #CE74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74A0; }
p { color: rgb(206,116,160); }
H1.HeaderClassName
{
color: #CE74A0;
}
.AnyTagClassName
{
color: #CE74A0;
}
</style>
background-color css
<style>
a { background-color: #CE74A0; }
a { background-color: rgb(206,116,160); }
div.DivClassName
{
background-color: #CE74A0;
}
.BgClassName
{
background-color: #CE74A0;
}
</style>
border-color css
<style>
span { border-color: #CE74A0; }
span { border-color: rgb(206,116,160); }
td.TdClassName
{
border-color: #CE74A0;
}
.TagClassName
{
border-color: #CE74A0;
}
</style>