Shades of Razzle Dazzle Rose #E829D9
Tints of Razzle Dazzle Rose #E829D9
RGB
CMYK
RGB Variations
Color information
#E829D9 (or 0xE829D9) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and D9. RGB value is (232,41,217). Sum of RGB (Red+Green+Blue) = 232+41+217=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E829D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829D9 is #17D626. Grayscale: #757575. Windows color (decimal): -1562151 or 14232040. OLE color: 14232040.
HSL color Cylindrical-coordinate representation of color #E829D9: hue angle of 304.71º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E829D9 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 217 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.09 |
| HSL | 304.71º | 0.81% | 0.54% | - |
| HSV(B) | 304.71º | 0.82% | 0.91% | - |
| XYZ | 46.6 | 23.75 | 67.77 | - |
| YUV | 118.17 | 183.78 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 217 | 0 | 0.82 | 0.06 | 0.09 | 304.71 | 0.81 | 0.54 |
| Hex | E8 | 29 | D9 | 0 | 52 | 6 | 9 | 131 | 51 | 36 |
| Octal | 350 | 51 | 331 | 0 | 122 | 6 | 11 | 461 | 121 | 66 |
| Binary | 11101000 | 101001 | 11011001 | 0 | 1010010 | 110 | 1001 | 100110001 | 1010001 | 110110 |
Color Harmonies of #E829D9
Complementary color
Monochromatic Colors of #E829D9
Black with #E829D9
Text Example
Text Example
White with #E829D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829D9; }
p { color: rgb(232,41,217); }
H1.HeaderClassName
{
color: #E829D9;
}
.AnyTagClassName
{
color: #E829D9;
}
</style>
background-color css
<style>
a { background-color: #E829D9; }
a { background-color: rgb(232,41,217); }
div.DivClassName
{
background-color: #E829D9;
}
.BgClassName
{
background-color: #E829D9;
}
</style>
border-color css
<style>
span { border-color: #E829D9; }
span { border-color: rgb(232,41,217); }
td.TdClassName
{
border-color: #E829D9;
}
.TagClassName
{
border-color: #E829D9;
}
</style>