Shades of Hopbush #CE74AD
Tints of Hopbush #CE74AD
RGB
CMYK
RGB Variations
Color information
#CE74AD (or 0xCE74AD) is known color: Hopbush. HEX triplet: CE, 74 and AD. RGB value is (206,116,173). Sum of RGB (Red+Green+Blue) = 206+116+173=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE74AD is #318B52. Grayscale: #959595. Windows color (decimal): -3246931 or 11367630. OLE color: 11367630.
HSL color Cylindrical-coordinate representation of color #CE74AD: hue angle of 322º 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 #CE74AD is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 173 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.19 |
| HSL | 322º | 0.48% | 0.63% | - |
| HSV(B) | 322º | 0.44% | 0.81% | - |
| XYZ | 39.24 | 28.63 | 42.99 | - |
| YUV | 149.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 173 | 0 | 0.44 | 0.16 | 0.19 | 322 | 0.48 | 0.63 |
| Hex | CE | 74 | AD | 0 | 2C | 10 | 13 | 142 | 30 | 3F |
| Octal | 316 | 164 | 255 | 0 | 54 | 20 | 23 | 502 | 60 | 77 |
| Binary | 11001110 | 1110100 | 10101101 | 0 | 101100 | 10000 | 10011 | 101000010 | 110000 | 111111 |
Color Harmonies of #CE74AD
Complementary color
Monochromatic Colors of #CE74AD
Black with #CE74AD
Text Example
Text Example
White with #CE74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74AD; }
p { color: rgb(206,116,173); }
H1.HeaderClassName
{
color: #CE74AD;
}
.AnyTagClassName
{
color: #CE74AD;
}
</style>
background-color css
<style>
a { background-color: #CE74AD; }
a { background-color: rgb(206,116,173); }
div.DivClassName
{
background-color: #CE74AD;
}
.BgClassName
{
background-color: #CE74AD;
}
</style>
border-color css
<style>
span { border-color: #CE74AD; }
span { border-color: rgb(206,116,173); }
td.TdClassName
{
border-color: #CE74AD;
}
.TagClassName
{
border-color: #CE74AD;
}
</style>