Shades of Razzle Dazzle Rose #E32DDE
Tints of Razzle Dazzle Rose #E32DDE
RGB
CMYK
RGB Variations
Color information
#E32DDE (or 0xE32DDE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and DE. RGB value is (227,45,222). Sum of RGB (Red+Green+Blue) = 227+45+222=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DDE is #1CD221. Grayscale: #777777. Windows color (decimal): -1888802 or 14560739. OLE color: 14560739.
HSL color Cylindrical-coordinate representation of color #E32DDE: hue angle of 301.65º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DDE is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 222 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.11 |
| HSL | 301.65º | 0.76% | 0.53% | - |
| HSV(B) | 301.65º | 0.8% | 0.89% | - |
| XYZ | 45.8 | 23.48 | 71.23 | - |
| YUV | 119.6 | 185.8 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 222 | 0 | 0.80 | 0.02 | 0.11 | 301.65 | 0.76 | 0.53 |
| Hex | E3 | 2D | DE | 0 | 50 | 2 | B | 12E | 4C | 35 |
| Octal | 343 | 55 | 336 | 0 | 120 | 2 | 13 | 456 | 114 | 65 |
| Binary | 11100011 | 101101 | 11011110 | 0 | 1010000 | 10 | 1011 | 100101110 | 1001100 | 110101 |
Color Harmonies of #E32DDE
Complementary color
Monochromatic Colors of #E32DDE
Black with #E32DDE
Text Example
Text Example
White with #E32DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DDE; }
p { color: rgb(227,45,222); }
H1.HeaderClassName
{
color: #E32DDE;
}
.AnyTagClassName
{
color: #E32DDE;
}
</style>
background-color css
<style>
a { background-color: #E32DDE; }
a { background-color: rgb(227,45,222); }
div.DivClassName
{
background-color: #E32DDE;
}
.BgClassName
{
background-color: #E32DDE;
}
</style>
border-color css
<style>
span { border-color: #E32DDE; }
span { border-color: rgb(227,45,222); }
td.TdClassName
{
border-color: #E32DDE;
}
.TagClassName
{
border-color: #E32DDE;
}
</style>