Shades of Razzle Dazzle Rose #E932E9
Tints of Razzle Dazzle Rose #E932E9
RGB
CMYK
RGB Variations
Color information
#E932E9 (or 0xE932E9) is known color: Razzle Dazzle Rose. HEX triplet: E9, 32 and E9. RGB value is (233,50,233). Sum of RGB (Red+Green+Blue) = 233+50+233=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 50 (19.92% from 255 or 9.69% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E932E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E932E9 is #16CD16. Grayscale: #7D7D7D. Windows color (decimal): -1494295 or 15282921. OLE color: 15282921.
HSL color Cylindrical-coordinate representation of color #E932E9: hue angle of 300º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E932E9 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 233 | - |
| CMYK | 0 | 0.79 | 0 | 0.09 |
| HSL | 300º | 0.81% | 0.55% | - |
| HSV(B) | 300º | 0.79% | 0.91% | - |
| XYZ | 49.45 | 25.49 | 79.4 | - |
| YUV | 125.58 | 188.63 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 233 | 0 | 0.79 | 0 | 0.09 | 300 | 0.81 | 0.55 |
| Hex | E9 | 32 | E9 | 0 | 4F | 0 | 9 | 12C | 51 | 37 |
| Octal | 351 | 62 | 351 | 0 | 117 | 0 | 11 | 454 | 121 | 67 |
| Binary | 11101001 | 110010 | 11101001 | 0 | 1001111 | 0 | 1001 | 100101100 | 1010001 | 110111 |
Color Harmonies of #E932E9
Complementary color
Monochromatic Colors of #E932E9
Black with #E932E9
Text Example
Text Example
White with #E932E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E932E9; }
p { color: rgb(233,50,233); }
H1.HeaderClassName
{
color: #E932E9;
}
.AnyTagClassName
{
color: #E932E9;
}
</style>
background-color css
<style>
a { background-color: #E932E9; }
a { background-color: rgb(233,50,233); }
div.DivClassName
{
background-color: #E932E9;
}
.BgClassName
{
background-color: #E932E9;
}
</style>
border-color css
<style>
span { border-color: #E932E9; }
span { border-color: rgb(233,50,233); }
td.TdClassName
{
border-color: #E932E9;
}
.TagClassName
{
border-color: #E932E9;
}
</style>