Shades of Razzle Dazzle Rose #E832D6
Tints of Razzle Dazzle Rose #E832D6
RGB
CMYK
RGB Variations
Color information
#E832D6 (or 0xE832D6) is known color: Razzle Dazzle Rose. HEX triplet: E8, 32 and D6. RGB value is (232,50,214). Sum of RGB (Red+Green+Blue) = 232+50+214=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E832D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832D6 is #17CD29. Grayscale: #7A7A7A. Windows color (decimal): -1559850 or 14037736. OLE color: 14037736.
HSL color Cylindrical-coordinate representation of color #E832D6: hue angle of 305.93º 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 #E832D6 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 214 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.09 |
| HSL | 305.93º | 0.8% | 0.55% | - |
| HSV(B) | 305.93º | 0.78% | 0.91% | - |
| XYZ | 46.56 | 24.29 | 65.85 | - |
| YUV | 123.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 214 | 0 | 0.78 | 0.08 | 0.09 | 305.93 | 0.8 | 0.55 |
| Hex | E8 | 32 | D6 | 0 | 4E | 8 | 9 | 132 | 50 | 37 |
| Octal | 350 | 62 | 326 | 0 | 116 | 10 | 11 | 462 | 120 | 67 |
| Binary | 11101000 | 110010 | 11010110 | 0 | 1001110 | 1000 | 1001 | 100110010 | 1010000 | 110111 |
Color Harmonies of #E832D6
Complementary color
Monochromatic Colors of #E832D6
Black with #E832D6
Text Example
Text Example
White with #E832D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E832D6; }
p { color: rgb(232,50,214); }
H1.HeaderClassName
{
color: #E832D6;
}
.AnyTagClassName
{
color: #E832D6;
}
</style>
background-color css
<style>
a { background-color: #E832D6; }
a { background-color: rgb(232,50,214); }
div.DivClassName
{
background-color: #E832D6;
}
.BgClassName
{
background-color: #E832D6;
}
</style>
border-color css
<style>
span { border-color: #E832D6; }
span { border-color: rgb(232,50,214); }
td.TdClassName
{
border-color: #E832D6;
}
.TagClassName
{
border-color: #E832D6;
}
</style>