Shades of Razzle Dazzle Rose #E929E5
Tints of Razzle Dazzle Rose #E929E5
RGB
CMYK
RGB Variations
Color information
#E929E5 (or 0xE929E5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 29 and E5. RGB value is (233,41,229). Sum of RGB (Red+Green+Blue) = 233+41+229=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E929E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929E5 is #16D61A. Grayscale: #777777. Windows color (decimal): -1496603 or 15018473. OLE color: 15018473.
HSL color Cylindrical-coordinate representation of color #E929E5: hue angle of 301.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 #E929E5 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 229 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.09 |
| HSL | 301.25º | 0.81% | 0.54% | - |
| HSV(B) | 301.25º | 0.82% | 0.91% | - |
| XYZ | 48.54 | 24.57 | 76.31 | - |
| YUV | 119.84 | 189.61 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 229 | 0 | 0.82 | 0.02 | 0.09 | 301.25 | 0.81 | 0.54 |
| Hex | E9 | 29 | E5 | 0 | 52 | 2 | 9 | 12D | 51 | 36 |
| Octal | 351 | 51 | 345 | 0 | 122 | 2 | 11 | 455 | 121 | 66 |
| Binary | 11101001 | 101001 | 11100101 | 0 | 1010010 | 10 | 1001 | 100101101 | 1010001 | 110110 |
Color Harmonies of #E929E5
Complementary color
Monochromatic Colors of #E929E5
Black with #E929E5
Text Example
Text Example
White with #E929E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929E5; }
p { color: rgb(233,41,229); }
H1.HeaderClassName
{
color: #E929E5;
}
.AnyTagClassName
{
color: #E929E5;
}
</style>
background-color css
<style>
a { background-color: #E929E5; }
a { background-color: rgb(233,41,229); }
div.DivClassName
{
background-color: #E929E5;
}
.BgClassName
{
background-color: #E929E5;
}
</style>
border-color css
<style>
span { border-color: #E929E5; }
span { border-color: rgb(233,41,229); }
td.TdClassName
{
border-color: #E929E5;
}
.TagClassName
{
border-color: #E929E5;
}
</style>