Shades of Razzle Dazzle Rose #E32EDE
Tints of Razzle Dazzle Rose #E32EDE
RGB
CMYK
RGB Variations
Color information
#E32EDE (or 0xE32EDE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and DE. RGB value is (227,46,222). Sum of RGB (Red+Green+Blue) = 227+46+222=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32EDE is #1CD121. Grayscale: #777777. Windows color (decimal): -1888546 or 14560995. OLE color: 14560995.
HSL color Cylindrical-coordinate representation of color #E32EDE: hue angle of 301.66º 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 #E32EDE is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 222 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.11 |
| HSL | 301.66º | 0.76% | 0.54% | - |
| HSV(B) | 301.66º | 0.8% | 0.89% | - |
| XYZ | 45.84 | 23.56 | 71.24 | - |
| YUV | 120.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 222 | 0 | 0.80 | 0.02 | 0.11 | 301.66 | 0.76 | 0.54 |
| Hex | E3 | 2E | DE | 0 | 50 | 2 | B | 12E | 4C | 36 |
| Octal | 343 | 56 | 336 | 0 | 120 | 2 | 13 | 456 | 114 | 66 |
| Binary | 11100011 | 101110 | 11011110 | 0 | 1010000 | 10 | 1011 | 100101110 | 1001100 | 110110 |
Color Harmonies of #E32EDE
Complementary color
Monochromatic Colors of #E32EDE
Black with #E32EDE
Text Example
Text Example
White with #E32EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EDE; }
p { color: rgb(227,46,222); }
H1.HeaderClassName
{
color: #E32EDE;
}
.AnyTagClassName
{
color: #E32EDE;
}
</style>
background-color css
<style>
a { background-color: #E32EDE; }
a { background-color: rgb(227,46,222); }
div.DivClassName
{
background-color: #E32EDE;
}
.BgClassName
{
background-color: #E32EDE;
}
</style>
border-color css
<style>
span { border-color: #E32EDE; }
span { border-color: rgb(227,46,222); }
td.TdClassName
{
border-color: #E32EDE;
}
.TagClassName
{
border-color: #E32EDE;
}
</style>