Shades of Razzle Dazzle Rose #E829E7
Tints of Razzle Dazzle Rose #E829E7
RGB
CMYK
RGB Variations
Color information
#E829E7 (or 0xE829E7) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and E7. RGB value is (232,41,231). Sum of RGB (Red+Green+Blue) = 232+41+231=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E829E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E829E7 is #17D618. Grayscale: #777777. Windows color (decimal): -1562137 or 15149544. OLE color: 15149544.
HSL color Cylindrical-coordinate representation of color #E829E7: hue angle of 300.31º 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 #E829E7 is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 231 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.09 |
| HSL | 300.31º | 0.81% | 0.54% | - |
| HSV(B) | 300.31º | 0.82% | 0.91% | - |
| XYZ | 48.5 | 24.51 | 77.78 | - |
| YUV | 119.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 231 | 0 | 0.82 | 0.00 | 0.09 | 300.31 | 0.81 | 0.54 |
| Hex | E8 | 29 | E7 | 0 | 52 | 0 | 9 | 12C | 51 | 36 |
| Octal | 350 | 51 | 347 | 0 | 122 | 0 | 11 | 454 | 121 | 66 |
| Binary | 11101000 | 101001 | 11100111 | 0 | 1010010 | 0 | 1001 | 100101100 | 1010001 | 110110 |
Color Harmonies of #E829E7
Complementary color
Monochromatic Colors of #E829E7
Black with #E829E7
Text Example
Text Example
White with #E829E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829E7; }
p { color: rgb(232,41,231); }
H1.HeaderClassName
{
color: #E829E7;
}
.AnyTagClassName
{
color: #E829E7;
}
</style>
background-color css
<style>
a { background-color: #E829E7; }
a { background-color: rgb(232,41,231); }
div.DivClassName
{
background-color: #E829E7;
}
.BgClassName
{
background-color: #E829E7;
}
</style>
border-color css
<style>
span { border-color: #E829E7; }
span { border-color: rgb(232,41,231); }
td.TdClassName
{
border-color: #E829E7;
}
.TagClassName
{
border-color: #E829E7;
}
</style>