Shades of Razzle Dazzle Rose #E32DCD
Tints of Razzle Dazzle Rose #E32DCD
RGB
CMYK
RGB Variations
Color information
#E32DCD (or 0xE32DCD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and CD. RGB value is (227,45,205). Sum of RGB (Red+Green+Blue) = 227+45+205=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DCD is #1CD232. Grayscale: #757575. Windows color (decimal): -1888819 or 13446627. OLE color: 13446627.
HSL color Cylindrical-coordinate representation of color #E32DCD: hue angle of 307.25º 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 #E32DCD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 205 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.11 |
| HSL | 307.25º | 0.76% | 0.53% | - |
| HSV(B) | 307.25º | 0.8% | 0.89% | - |
| XYZ | 43.64 | 22.62 | 59.82 | - |
| YUV | 117.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 205 | 0 | 0.80 | 0.10 | 0.11 | 307.25 | 0.76 | 0.53 |
| Hex | E3 | 2D | CD | 0 | 50 | A | B | 133 | 4C | 35 |
| Octal | 343 | 55 | 315 | 0 | 120 | 12 | 13 | 463 | 114 | 65 |
| Binary | 11100011 | 101101 | 11001101 | 0 | 1010000 | 1010 | 1011 | 100110011 | 1001100 | 110101 |
Color Harmonies of #E32DCD
Complementary color
Monochromatic Colors of #E32DCD
Black with #E32DCD
Text Example
Text Example
White with #E32DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DCD; }
p { color: rgb(227,45,205); }
H1.HeaderClassName
{
color: #E32DCD;
}
.AnyTagClassName
{
color: #E32DCD;
}
</style>
background-color css
<style>
a { background-color: #E32DCD; }
a { background-color: rgb(227,45,205); }
div.DivClassName
{
background-color: #E32DCD;
}
.BgClassName
{
background-color: #E32DCD;
}
</style>
border-color css
<style>
span { border-color: #E32DCD; }
span { border-color: rgb(227,45,205); }
td.TdClassName
{
border-color: #E32DCD;
}
.TagClassName
{
border-color: #E32DCD;
}
</style>