Shades of Razzle Dazzle Rose #E32ED7
Tints of Razzle Dazzle Rose #E32ED7
RGB
CMYK
RGB Variations
Color information
#E32ED7 (or 0xE32ED7) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and D7. RGB value is (227,46,215). Sum of RGB (Red+Green+Blue) = 227+46+215=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ED7 is #1CD128. Grayscale: #767676. Windows color (decimal): -1888553 or 14102243. OLE color: 14102243.
HSL color Cylindrical-coordinate representation of color #E32ED7: hue angle of 303.98º 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 #E32ED7 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 215 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.11 |
| HSL | 303.98º | 0.76% | 0.54% | - |
| HSV(B) | 303.98º | 0.8% | 0.89% | - |
| XYZ | 44.92 | 23.19 | 66.4 | - |
| YUV | 119.39 | 181.97 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 215 | 0 | 0.80 | 0.05 | 0.11 | 303.98 | 0.76 | 0.54 |
| Hex | E3 | 2E | D7 | 0 | 50 | 5 | B | 130 | 4C | 36 |
| Octal | 343 | 56 | 327 | 0 | 120 | 5 | 13 | 460 | 114 | 66 |
| Binary | 11100011 | 101110 | 11010111 | 0 | 1010000 | 101 | 1011 | 100110000 | 1001100 | 110110 |
Color Harmonies of #E32ED7
Complementary color
Monochromatic Colors of #E32ED7
Black with #E32ED7
Text Example
Text Example
White with #E32ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32ED7; }
p { color: rgb(227,46,215); }
H1.HeaderClassName
{
color: #E32ED7;
}
.AnyTagClassName
{
color: #E32ED7;
}
</style>
background-color css
<style>
a { background-color: #E32ED7; }
a { background-color: rgb(227,46,215); }
div.DivClassName
{
background-color: #E32ED7;
}
.BgClassName
{
background-color: #E32ED7;
}
</style>
border-color css
<style>
span { border-color: #E32ED7; }
span { border-color: rgb(227,46,215); }
td.TdClassName
{
border-color: #E32ED7;
}
.TagClassName
{
border-color: #E32ED7;
}
</style>