Shades of Razzle Dazzle Rose #E832DF
Tints of Razzle Dazzle Rose #E832DF
RGB
CMYK
RGB Variations
Color information
#E832DF (or 0xE832DF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 32 and DF. RGB value is (232,50,223). Sum of RGB (Red+Green+Blue) = 232+50+223=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E832DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832DF is #17CD20. Grayscale: #7B7B7B. Windows color (decimal): -1559841 or 14627560. OLE color: 14627560.
HSL color Cylindrical-coordinate representation of color #E832DF: hue angle of 302.97º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E832DF is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 223 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.09 |
| HSL | 302.97º | 0.8% | 0.55% | - |
| HSV(B) | 302.97º | 0.78% | 0.91% | - |
| XYZ | 47.74 | 24.76 | 72.08 | - |
| YUV | 124.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 223 | 0 | 0.78 | 0.04 | 0.09 | 302.97 | 0.8 | 0.55 |
| Hex | E8 | 32 | DF | 0 | 4E | 4 | 9 | 12F | 50 | 37 |
| Octal | 350 | 62 | 337 | 0 | 116 | 4 | 11 | 457 | 120 | 67 |
| Binary | 11101000 | 110010 | 11011111 | 0 | 1001110 | 100 | 1001 | 100101111 | 1010000 | 110111 |
Color Harmonies of #E832DF
Complementary color
Monochromatic Colors of #E832DF
Black with #E832DF
Text Example
Text Example
White with #E832DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E832DF; }
p { color: rgb(232,50,223); }
H1.HeaderClassName
{
color: #E832DF;
}
.AnyTagClassName
{
color: #E832DF;
}
</style>
background-color css
<style>
a { background-color: #E832DF; }
a { background-color: rgb(232,50,223); }
div.DivClassName
{
background-color: #E832DF;
}
.BgClassName
{
background-color: #E832DF;
}
</style>
border-color css
<style>
span { border-color: #E832DF; }
span { border-color: rgb(232,50,223); }
td.TdClassName
{
border-color: #E832DF;
}
.TagClassName
{
border-color: #E832DF;
}
</style>