Shades of Razzle Dazzle Rose #E929E6
Tints of Razzle Dazzle Rose #E929E6
RGB
CMYK
RGB Variations
Color information
#E929E6 (or 0xE929E6) is known color: Razzle Dazzle Rose. HEX triplet: E9, 29 and E6. RGB value is (233,41,230). Sum of RGB (Red+Green+Blue) = 233+41+230=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E929E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E929E6 is #16D619. Grayscale: #777777. Windows color (decimal): -1496602 or 15084009. OLE color: 15084009.
HSL color Cylindrical-coordinate representation of color #E929E6: hue angle of 300.94º 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 #E929E6 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 230 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.09 |
| HSL | 300.94º | 0.81% | 0.54% | - |
| HSV(B) | 300.94º | 0.82% | 0.91% | - |
| XYZ | 48.68 | 24.62 | 77.05 | - |
| YUV | 119.95 | 190.11 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 230 | 0 | 0.82 | 0.01 | 0.09 | 300.94 | 0.81 | 0.54 |
| Hex | E9 | 29 | E6 | 0 | 52 | 1 | 9 | 12D | 51 | 36 |
| Octal | 351 | 51 | 346 | 0 | 122 | 1 | 11 | 455 | 121 | 66 |
| Binary | 11101001 | 101001 | 11100110 | 0 | 1010010 | 1 | 1001 | 100101101 | 1010001 | 110110 |
Color Harmonies of #E929E6
Complementary color
Monochromatic Colors of #E929E6
Black with #E929E6
Text Example
Text Example
White with #E929E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929E6; }
p { color: rgb(233,41,230); }
H1.HeaderClassName
{
color: #E929E6;
}
.AnyTagClassName
{
color: #E929E6;
}
</style>
background-color css
<style>
a { background-color: #E929E6; }
a { background-color: rgb(233,41,230); }
div.DivClassName
{
background-color: #E929E6;
}
.BgClassName
{
background-color: #E929E6;
}
</style>
border-color css
<style>
span { border-color: #E929E6; }
span { border-color: rgb(233,41,230); }
td.TdClassName
{
border-color: #E929E6;
}
.TagClassName
{
border-color: #E929E6;
}
</style>