Shades of Razzle Dazzle Rose #E929E0
Tints of Razzle Dazzle Rose #E929E0
RGB
CMYK
RGB Variations
Color information
#E929E0 (or 0xE929E0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 29 and E0. RGB value is (233,41,224). Sum of RGB (Red+Green+Blue) = 233+41+224=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E929E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929E0 is #16D61F. Grayscale: #767676. Windows color (decimal): -1496608 or 14690793. OLE color: 14690793.
HSL color Cylindrical-coordinate representation of color #E929E0: hue angle of 302.81º 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 #E929E0 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 224 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.09 |
| HSL | 302.81º | 0.81% | 0.54% | - |
| HSV(B) | 302.81º | 0.82% | 0.91% | - |
| XYZ | 47.85 | 24.29 | 72.69 | - |
| YUV | 119.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 224 | 0 | 0.82 | 0.04 | 0.09 | 302.81 | 0.81 | 0.54 |
| Hex | E9 | 29 | E0 | 0 | 52 | 4 | 9 | 12F | 51 | 36 |
| Octal | 351 | 51 | 340 | 0 | 122 | 4 | 11 | 457 | 121 | 66 |
| Binary | 11101001 | 101001 | 11100000 | 0 | 1010010 | 100 | 1001 | 100101111 | 1010001 | 110110 |
Color Harmonies of #E929E0
Complementary color
Monochromatic Colors of #E929E0
Black with #E929E0
Text Example
Text Example
White with #E929E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929E0; }
p { color: rgb(233,41,224); }
H1.HeaderClassName
{
color: #E929E0;
}
.AnyTagClassName
{
color: #E929E0;
}
</style>
background-color css
<style>
a { background-color: #E929E0; }
a { background-color: rgb(233,41,224); }
div.DivClassName
{
background-color: #E929E0;
}
.BgClassName
{
background-color: #E929E0;
}
</style>
border-color css
<style>
span { border-color: #E929E0; }
span { border-color: rgb(233,41,224); }
td.TdClassName
{
border-color: #E929E0;
}
.TagClassName
{
border-color: #E929E0;
}
</style>