Shades of Razzle Dazzle Rose #E32AE8
Tints of Razzle Dazzle Rose #E32AE8
RGB
CMYK
RGB Variations
Color information
#E32AE8 (or 0xE32AE8) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and E8. RGB value is (227,42,232). Sum of RGB (Red+Green+Blue) = 227+42+232=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #E32AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32AE8 is #1CD517. Grayscale: #767676. Windows color (decimal): -1889560 or 15215331. OLE color: 15215331.
HSL color Cylindrical-coordinate representation of color #E32AE8: hue angle of 298.42º 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 #E32AE8 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 42 | 232 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.09 |
| HSL | 298.42º | 0.81% | 0.54% | - |
| HSV(B) | 298.42º | 0.82% | 0.91% | - |
| XYZ | 47.07 | 23.81 | 78.46 | - |
| YUV | 118.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 232 | 0.02 | 0.82 | 0 | 0.09 | 298.42 | 0.81 | 0.54 |
| Hex | E3 | 2A | E8 | 2 | 52 | 0 | 9 | 12A | 51 | 36 |
| Octal | 343 | 52 | 350 | 2 | 122 | 0 | 11 | 452 | 121 | 66 |
| Binary | 11100011 | 101010 | 11101000 | 10 | 1010010 | 0 | 1001 | 100101010 | 1010001 | 110110 |
Color Harmonies of #E32AE8
Complementary color
Monochromatic Colors of #E32AE8
Black with #E32AE8
Text Example
Text Example
White with #E32AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32AE8; }
p { color: rgb(227,42,232); }
H1.HeaderClassName
{
color: #E32AE8;
}
.AnyTagClassName
{
color: #E32AE8;
}
</style>
background-color css
<style>
a { background-color: #E32AE8; }
a { background-color: rgb(227,42,232); }
div.DivClassName
{
background-color: #E32AE8;
}
.BgClassName
{
background-color: #E32AE8;
}
</style>
border-color css
<style>
span { border-color: #E32AE8; }
span { border-color: rgb(227,42,232); }
td.TdClassName
{
border-color: #E32AE8;
}
.TagClassName
{
border-color: #E32AE8;
}
</style>