Shades of Razzle Dazzle Rose #E32EEB
Tints of Razzle Dazzle Rose #E32EEB
RGB
CMYK
RGB Variations
Color information
#E32EEB (or 0xE32EEB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and EB. RGB value is (227,46,235). Sum of RGB (Red+Green+Blue) = 227+46+235=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #E32EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EEB is #1CD114. Grayscale: #797979. Windows color (decimal): -1888533 or 15412963. OLE color: 15412963.
HSL color Cylindrical-coordinate representation of color #E32EEB: hue angle of 297.46º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32EEB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 46 | 235 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.08 |
| HSL | 297.46º | 0.83% | 0.55% | - |
| HSV(B) | 297.46º | 0.8% | 0.92% | - |
| XYZ | 47.65 | 24.28 | 80.77 | - |
| YUV | 121.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 235 | 0.03 | 0.80 | 0 | 0.08 | 297.46 | 0.83 | 0.55 |
| Hex | E3 | 2E | EB | 3 | 50 | 0 | 8 | 129 | 53 | 37 |
| Octal | 343 | 56 | 353 | 3 | 120 | 0 | 10 | 451 | 123 | 67 |
| Binary | 11100011 | 101110 | 11101011 | 11 | 1010000 | 0 | 1000 | 100101001 | 1010011 | 110111 |
Color Harmonies of #E32EEB
Complementary color
Monochromatic Colors of #E32EEB
Black with #E32EEB
Text Example
Text Example
White with #E32EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EEB; }
p { color: rgb(227,46,235); }
H1.HeaderClassName
{
color: #E32EEB;
}
.AnyTagClassName
{
color: #E32EEB;
}
</style>
background-color css
<style>
a { background-color: #E32EEB; }
a { background-color: rgb(227,46,235); }
div.DivClassName
{
background-color: #E32EEB;
}
.BgClassName
{
background-color: #E32EEB;
}
</style>
border-color css
<style>
span { border-color: #E32EEB; }
span { border-color: rgb(227,46,235); }
td.TdClassName
{
border-color: #E32EEB;
}
.TagClassName
{
border-color: #E32EEB;
}
</style>