Shades of Hopbush #DE5EA4
Tints of Hopbush #DE5EA4
RGB
CMYK
RGB Variations
Color information
#DE5EA4 (or 0xDE5EA4) is known color: Hopbush. HEX triplet: DE, 5E and A4. RGB value is (222,94,164). Sum of RGB (Red+Green+Blue) = 222+94+164=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5EA4 is #21A15B. Grayscale: #8C8C8C. Windows color (decimal): -2203996 or 10772190. OLE color: 10772190.
HSL color Cylindrical-coordinate representation of color #DE5EA4: hue angle of 327.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5EA4 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 164 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.13 |
| HSL | 327.19º | 0.66% | 0.62% | - |
| HSV(B) | 327.19º | 0.58% | 0.87% | - |
| XYZ | 40.83 | 26.22 | 38.03 | - |
| YUV | 140.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 164 | 0 | 0.58 | 0.26 | 0.13 | 327.19 | 0.66 | 0.62 |
| Hex | DE | 5E | A4 | 0 | 3A | 1A | D | 147 | 42 | 3E |
| Octal | 336 | 136 | 244 | 0 | 72 | 32 | 15 | 507 | 102 | 76 |
| Binary | 11011110 | 1011110 | 10100100 | 0 | 111010 | 11010 | 1101 | 101000111 | 1000010 | 111110 |
Color Harmonies of #DE5EA4
Complementary color
Monochromatic Colors of #DE5EA4
Black with #DE5EA4
Text Example
Text Example
White with #DE5EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5EA4; }
p { color: rgb(222,94,164); }
H1.HeaderClassName
{
color: #DE5EA4;
}
.AnyTagClassName
{
color: #DE5EA4;
}
</style>
background-color css
<style>
a { background-color: #DE5EA4; }
a { background-color: rgb(222,94,164); }
div.DivClassName
{
background-color: #DE5EA4;
}
.BgClassName
{
background-color: #DE5EA4;
}
</style>
border-color css
<style>
span { border-color: #DE5EA4; }
span { border-color: rgb(222,94,164); }
td.TdClassName
{
border-color: #DE5EA4;
}
.TagClassName
{
border-color: #DE5EA4;
}
</style>