Shades of Razzle Dazzle Rose #E829DF
Tints of Razzle Dazzle Rose #E829DF
RGB
CMYK
RGB Variations
Color information
#E829DF (or 0xE829DF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and DF. RGB value is (232,41,223). Sum of RGB (Red+Green+Blue) = 232+41+223=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E829DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829DF is #17D620. Grayscale: #767676. Windows color (decimal): -1562145 or 14625256. OLE color: 14625256.
HSL color Cylindrical-coordinate representation of color #E829DF: hue angle of 302.83º 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 #E829DF is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 223 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.09 |
| HSL | 302.83º | 0.81% | 0.54% | - |
| HSV(B) | 302.83º | 0.82% | 0.91% | - |
| XYZ | 47.39 | 24.07 | 71.96 | - |
| YUV | 118.86 | 186.78 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 223 | 0 | 0.82 | 0.04 | 0.09 | 302.83 | 0.81 | 0.54 |
| Hex | E8 | 29 | DF | 0 | 52 | 4 | 9 | 12F | 51 | 36 |
| Octal | 350 | 51 | 337 | 0 | 122 | 4 | 11 | 457 | 121 | 66 |
| Binary | 11101000 | 101001 | 11011111 | 0 | 1010010 | 100 | 1001 | 100101111 | 1010001 | 110110 |
Color Harmonies of #E829DF
Complementary color
Monochromatic Colors of #E829DF
Black with #E829DF
Text Example
Text Example
White with #E829DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829DF; }
p { color: rgb(232,41,223); }
H1.HeaderClassName
{
color: #E829DF;
}
.AnyTagClassName
{
color: #E829DF;
}
</style>
background-color css
<style>
a { background-color: #E829DF; }
a { background-color: rgb(232,41,223); }
div.DivClassName
{
background-color: #E829DF;
}
.BgClassName
{
background-color: #E829DF;
}
</style>
border-color css
<style>
span { border-color: #E829DF; }
span { border-color: rgb(232,41,223); }
td.TdClassName
{
border-color: #E829DF;
}
.TagClassName
{
border-color: #E829DF;
}
</style>