Shades of Razzle Dazzle Rose #E32EDF
Tints of Razzle Dazzle Rose #E32EDF
RGB
CMYK
RGB Variations
Color information
#E32EDF (or 0xE32EDF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and DF. RGB value is (227,46,223). Sum of RGB (Red+Green+Blue) = 227+46+223=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32EDF is #1CD120. Grayscale: #777777. Windows color (decimal): -1888545 or 14626531. OLE color: 14626531.
HSL color Cylindrical-coordinate representation of color #E32EDF: hue angle of 301.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32EDF is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 223 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.11 |
| HSL | 301.33º | 0.76% | 0.54% | - |
| HSV(B) | 301.33º | 0.8% | 0.89% | - |
| XYZ | 45.97 | 23.61 | 71.95 | - |
| YUV | 120.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 223 | 0 | 0.80 | 0.02 | 0.11 | 301.33 | 0.76 | 0.54 |
| Hex | E3 | 2E | DF | 0 | 50 | 2 | B | 12D | 4C | 36 |
| Octal | 343 | 56 | 337 | 0 | 120 | 2 | 13 | 455 | 114 | 66 |
| Binary | 11100011 | 101110 | 11011111 | 0 | 1010000 | 10 | 1011 | 100101101 | 1001100 | 110110 |
Color Harmonies of #E32EDF
Complementary color
Monochromatic Colors of #E32EDF
Black with #E32EDF
Text Example
Text Example
White with #E32EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EDF; }
p { color: rgb(227,46,223); }
H1.HeaderClassName
{
color: #E32EDF;
}
.AnyTagClassName
{
color: #E32EDF;
}
</style>
background-color css
<style>
a { background-color: #E32EDF; }
a { background-color: rgb(227,46,223); }
div.DivClassName
{
background-color: #E32EDF;
}
.BgClassName
{
background-color: #E32EDF;
}
</style>
border-color css
<style>
span { border-color: #E32EDF; }
span { border-color: rgb(227,46,223); }
td.TdClassName
{
border-color: #E32EDF;
}
.TagClassName
{
border-color: #E32EDF;
}
</style>