Shades of Razzle Dazzle Rose #E32BE8
Tints of Razzle Dazzle Rose #E32BE8
RGB
CMYK
RGB Variations
Color information
#E32BE8 (or 0xE32BE8) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2B and E8. RGB value is (227,43,232). Sum of RGB (Red+Green+Blue) = 227+43+232=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #E32BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32BE8 is #1CD417. Grayscale: #767676. Windows color (decimal): -1889304 or 15215587. OLE color: 15215587.
HSL color Cylindrical-coordinate representation of color #E32BE8: hue angle of 298.41º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32BE8 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 43 | 232 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.09 |
| HSL | 298.41º | 0.8% | 0.54% | - |
| HSV(B) | 298.41º | 0.81% | 0.91% | - |
| XYZ | 47.11 | 23.88 | 78.47 | - |
| YUV | 119.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 232 | 0.02 | 0.81 | 0 | 0.09 | 298.41 | 0.8 | 0.54 |
| Hex | E3 | 2B | E8 | 2 | 51 | 0 | 9 | 12A | 50 | 36 |
| Octal | 343 | 53 | 350 | 2 | 121 | 0 | 11 | 452 | 120 | 66 |
| Binary | 11100011 | 101011 | 11101000 | 10 | 1010001 | 0 | 1001 | 100101010 | 1010000 | 110110 |
Color Harmonies of #E32BE8
Complementary color
Monochromatic Colors of #E32BE8
Black with #E32BE8
Text Example
Text Example
White with #E32BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32BE8; }
p { color: rgb(227,43,232); }
H1.HeaderClassName
{
color: #E32BE8;
}
.AnyTagClassName
{
color: #E32BE8;
}
</style>
background-color css
<style>
a { background-color: #E32BE8; }
a { background-color: rgb(227,43,232); }
div.DivClassName
{
background-color: #E32BE8;
}
.BgClassName
{
background-color: #E32BE8;
}
</style>
border-color css
<style>
span { border-color: #E32BE8; }
span { border-color: rgb(227,43,232); }
td.TdClassName
{
border-color: #E32BE8;
}
.TagClassName
{
border-color: #E32BE8;
}
</style>