Shades of Razzle Dazzle Rose #E32AE9
Tints of Razzle Dazzle Rose #E32AE9
RGB
CMYK
RGB Variations
Color information
#E32AE9 (or 0xE32AE9) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and E9. RGB value is (227,42,233). Sum of RGB (Red+Green+Blue) = 227+42+233=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #E32AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AE9 is #1CD516. Grayscale: #767676. Windows color (decimal): -1889559 or 15280867. OLE color: 15280867.
HSL color Cylindrical-coordinate representation of color #E32AE9: hue angle of 298.12º 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 #E32AE9 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 42 | 233 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.09 |
| HSL | 298.12º | 0.81% | 0.54% | - |
| HSV(B) | 298.12º | 0.82% | 0.91% | - |
| XYZ | 47.21 | 23.87 | 79.21 | - |
| YUV | 119.09 | 192.29 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 233 | 0.03 | 0.82 | 0 | 0.09 | 298.12 | 0.81 | 0.54 |
| Hex | E3 | 2A | E9 | 3 | 52 | 0 | 9 | 12A | 51 | 36 |
| Octal | 343 | 52 | 351 | 3 | 122 | 0 | 11 | 452 | 121 | 66 |
| Binary | 11100011 | 101010 | 11101001 | 11 | 1010010 | 0 | 1001 | 100101010 | 1010001 | 110110 |
Color Harmonies of #E32AE9
Complementary color
Monochromatic Colors of #E32AE9
Black with #E32AE9
Text Example
Text Example
White with #E32AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32AE9; }
p { color: rgb(227,42,233); }
H1.HeaderClassName
{
color: #E32AE9;
}
.AnyTagClassName
{
color: #E32AE9;
}
</style>
background-color css
<style>
a { background-color: #E32AE9; }
a { background-color: rgb(227,42,233); }
div.DivClassName
{
background-color: #E32AE9;
}
.BgClassName
{
background-color: #E32AE9;
}
</style>
border-color css
<style>
span { border-color: #E32AE9; }
span { border-color: rgb(227,42,233); }
td.TdClassName
{
border-color: #E32AE9;
}
.TagClassName
{
border-color: #E32AE9;
}
</style>