Shades of Razzle Dazzle Rose #E929D5
Tints of Razzle Dazzle Rose #E929D5
RGB
CMYK
RGB Variations
Color information
#E929D5 (or 0xE929D5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 29 and D5. RGB value is (233,41,213). Sum of RGB (Red+Green+Blue) = 233+41+213=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E929D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929D5 is #16D62A. Grayscale: #757575. Windows color (decimal): -1496619 or 13969897. OLE color: 13969897.
HSL color Cylindrical-coordinate representation of color #E929D5: hue angle of 306.25º 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 #E929D5 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 213 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.09 |
| HSL | 306.25º | 0.81% | 0.54% | - |
| HSV(B) | 306.25º | 0.82% | 0.91% | - |
| XYZ | 46.41 | 23.71 | 65.08 | - |
| YUV | 118.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 213 | 0 | 0.82 | 0.09 | 0.09 | 306.25 | 0.81 | 0.54 |
| Hex | E9 | 29 | D5 | 0 | 52 | 9 | 9 | 132 | 51 | 36 |
| Octal | 351 | 51 | 325 | 0 | 122 | 11 | 11 | 462 | 121 | 66 |
| Binary | 11101001 | 101001 | 11010101 | 0 | 1010010 | 1001 | 1001 | 100110010 | 1010001 | 110110 |
Color Harmonies of #E929D5
Complementary color
Monochromatic Colors of #E929D5
Black with #E929D5
Text Example
Text Example
White with #E929D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929D5; }
p { color: rgb(233,41,213); }
H1.HeaderClassName
{
color: #E929D5;
}
.AnyTagClassName
{
color: #E929D5;
}
</style>
background-color css
<style>
a { background-color: #E929D5; }
a { background-color: rgb(233,41,213); }
div.DivClassName
{
background-color: #E929D5;
}
.BgClassName
{
background-color: #E929D5;
}
</style>
border-color css
<style>
span { border-color: #E929D5; }
span { border-color: rgb(233,41,213); }
td.TdClassName
{
border-color: #E929D5;
}
.TagClassName
{
border-color: #E929D5;
}
</style>