Shades of Razzle Dazzle Rose #E931D6
Tints of Razzle Dazzle Rose #E931D6
RGB
CMYK
RGB Variations
Color information
#E931D6 (or 0xE931D6) is known color: Razzle Dazzle Rose. HEX triplet: E9, 31 and D6. RGB value is (233,49,214). Sum of RGB (Red+Green+Blue) = 233+49+214=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E931D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E931D6 is #16CE29. Grayscale: #7A7A7A. Windows color (decimal): -1494570 or 14037481. OLE color: 14037481.
HSL color Cylindrical-coordinate representation of color #E931D6: hue angle of 306.2º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E931D6 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 214 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.09 |
| HSL | 306.2º | 0.81% | 0.55% | - |
| HSV(B) | 306.2º | 0.79% | 0.91% | - |
| XYZ | 46.84 | 24.38 | 65.85 | - |
| YUV | 122.83 | 179.46 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 214 | 0 | 0.79 | 0.08 | 0.09 | 306.2 | 0.81 | 0.55 |
| Hex | E9 | 31 | D6 | 0 | 4F | 8 | 9 | 132 | 51 | 37 |
| Octal | 351 | 61 | 326 | 0 | 117 | 10 | 11 | 462 | 121 | 67 |
| Binary | 11101001 | 110001 | 11010110 | 0 | 1001111 | 1000 | 1001 | 100110010 | 1010001 | 110111 |
Color Harmonies of #E931D6
Complementary color
Monochromatic Colors of #E931D6
Black with #E931D6
Text Example
Text Example
White with #E931D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E931D6; }
p { color: rgb(233,49,214); }
H1.HeaderClassName
{
color: #E931D6;
}
.AnyTagClassName
{
color: #E931D6;
}
</style>
background-color css
<style>
a { background-color: #E931D6; }
a { background-color: rgb(233,49,214); }
div.DivClassName
{
background-color: #E931D6;
}
.BgClassName
{
background-color: #E931D6;
}
</style>
border-color css
<style>
span { border-color: #E931D6; }
span { border-color: rgb(233,49,214); }
td.TdClassName
{
border-color: #E931D6;
}
.TagClassName
{
border-color: #E931D6;
}
</style>