Shades of Razzle Dazzle Rose #E32DEB
Tints of Razzle Dazzle Rose #E32DEB
RGB
CMYK
RGB Variations
Color information
#E32DEB (or 0xE32DEB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and EB. RGB value is (227,45,235). Sum of RGB (Red+Green+Blue) = 227+45+235=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #E32DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32DEB is #1CD214. Grayscale: #787878. Windows color (decimal): -1888789 or 15412707. OLE color: 15412707.
HSL color Cylindrical-coordinate representation of color #E32DEB: hue angle of 297.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32DEB is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 45 | 235 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.08 |
| HSL | 297.47º | 0.83% | 0.55% | - |
| HSV(B) | 297.47º | 0.81% | 0.92% | - |
| XYZ | 47.61 | 24.21 | 80.76 | - |
| YUV | 121.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 235 | 0.03 | 0.81 | 0 | 0.08 | 297.47 | 0.83 | 0.55 |
| Hex | E3 | 2D | EB | 3 | 51 | 0 | 8 | 129 | 53 | 37 |
| Octal | 343 | 55 | 353 | 3 | 121 | 0 | 10 | 451 | 123 | 67 |
| Binary | 11100011 | 101101 | 11101011 | 11 | 1010001 | 0 | 1000 | 100101001 | 1010011 | 110111 |
Color Harmonies of #E32DEB
Complementary color
Monochromatic Colors of #E32DEB
Black with #E32DEB
Text Example
Text Example
White with #E32DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DEB; }
p { color: rgb(227,45,235); }
H1.HeaderClassName
{
color: #E32DEB;
}
.AnyTagClassName
{
color: #E32DEB;
}
</style>
background-color css
<style>
a { background-color: #E32DEB; }
a { background-color: rgb(227,45,235); }
div.DivClassName
{
background-color: #E32DEB;
}
.BgClassName
{
background-color: #E32DEB;
}
</style>
border-color css
<style>
span { border-color: #E32DEB; }
span { border-color: rgb(227,45,235); }
td.TdClassName
{
border-color: #E32DEB;
}
.TagClassName
{
border-color: #E32DEB;
}
</style>