Shades of Razzle Dazzle Rose #E929DB
Tints of Razzle Dazzle Rose #E929DB
RGB
CMYK
RGB Variations
Color information
#E929DB (or 0xE929DB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 29 and DB. RGB value is (233,41,219). Sum of RGB (Red+Green+Blue) = 233+41+219=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E929DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929DB is #16D624. Grayscale: #767676. Windows color (decimal): -1496613 or 14363113. OLE color: 14363113.
HSL color Cylindrical-coordinate representation of color #E929DB: hue angle of 304.38º 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 #E929DB is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 219 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.09 |
| HSL | 304.38º | 0.81% | 0.54% | - |
| HSV(B) | 304.38º | 0.82% | 0.91% | - |
| XYZ | 47.18 | 24.02 | 69.17 | - |
| YUV | 118.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 219 | 0 | 0.82 | 0.06 | 0.09 | 304.38 | 0.81 | 0.54 |
| Hex | E9 | 29 | DB | 0 | 52 | 6 | 9 | 130 | 51 | 36 |
| Octal | 351 | 51 | 333 | 0 | 122 | 6 | 11 | 460 | 121 | 66 |
| Binary | 11101001 | 101001 | 11011011 | 0 | 1010010 | 110 | 1001 | 100110000 | 1010001 | 110110 |
Color Harmonies of #E929DB
Complementary color
Monochromatic Colors of #E929DB
Black with #E929DB
Text Example
Text Example
White with #E929DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929DB; }
p { color: rgb(233,41,219); }
H1.HeaderClassName
{
color: #E929DB;
}
.AnyTagClassName
{
color: #E929DB;
}
</style>
background-color css
<style>
a { background-color: #E929DB; }
a { background-color: rgb(233,41,219); }
div.DivClassName
{
background-color: #E929DB;
}
.BgClassName
{
background-color: #E929DB;
}
</style>
border-color css
<style>
span { border-color: #E929DB; }
span { border-color: rgb(233,41,219); }
td.TdClassName
{
border-color: #E929DB;
}
.TagClassName
{
border-color: #E929DB;
}
</style>