Shades of Hopbush #CE5EA2
Tints of Hopbush #CE5EA2
RGB
CMYK
RGB Variations
Color information
#CE5EA2 (or 0xCE5EA2) is known color: Hopbush. HEX triplet: CE, 5E and A2. RGB value is (206,94,162). Sum of RGB (Red+Green+Blue) = 206+94+162=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5EA2 is #31A15D. Grayscale: #878787. Windows color (decimal): -3252574 or 10641102. OLE color: 10641102.
HSL color Cylindrical-coordinate representation of color #CE5EA2: hue angle of 323.57º 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 #CE5EA2 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 162 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.19 |
| HSL | 323.57º | 0.53% | 0.59% | - |
| HSV(B) | 323.57º | 0.54% | 0.81% | - |
| XYZ | 35.98 | 23.74 | 36.87 | - |
| YUV | 135.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 162 | 0 | 0.54 | 0.21 | 0.19 | 323.57 | 0.53 | 0.59 |
| Hex | CE | 5E | A2 | 0 | 36 | 15 | 13 | 144 | 35 | 3B |
| Octal | 316 | 136 | 242 | 0 | 66 | 25 | 23 | 504 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10100010 | 0 | 110110 | 10101 | 10011 | 101000100 | 110101 | 111011 |
Color Harmonies of #CE5EA2
Complementary color
Monochromatic Colors of #CE5EA2
Black with #CE5EA2
Text Example
Text Example
White with #CE5EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EA2; }
p { color: rgb(206,94,162); }
H1.HeaderClassName
{
color: #CE5EA2;
}
.AnyTagClassName
{
color: #CE5EA2;
}
</style>
background-color css
<style>
a { background-color: #CE5EA2; }
a { background-color: rgb(206,94,162); }
div.DivClassName
{
background-color: #CE5EA2;
}
.BgClassName
{
background-color: #CE5EA2;
}
</style>
border-color css
<style>
span { border-color: #CE5EA2; }
span { border-color: rgb(206,94,162); }
td.TdClassName
{
border-color: #CE5EA2;
}
.TagClassName
{
border-color: #CE5EA2;
}
</style>