Shades of Razzle Dazzle Rose #E32FCD
Tints of Razzle Dazzle Rose #E32FCD
RGB
CMYK
RGB Variations
Color information
#E32FCD (or 0xE32FCD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2F and CD. RGB value is (227,47,205). Sum of RGB (Red+Green+Blue) = 227+47+205=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32FCD is #1CD032. Grayscale: #767676. Windows color (decimal): -1888307 or 13447139. OLE color: 13447139.
HSL color Cylindrical-coordinate representation of color #E32FCD: hue angle of 307.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32FCD is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 205 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.11 |
| HSL | 307.33º | 0.76% | 0.54% | - |
| HSV(B) | 307.33º | 0.79% | 0.89% | - |
| XYZ | 43.71 | 22.77 | 59.85 | - |
| YUV | 118.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 205 | 0 | 0.79 | 0.10 | 0.11 | 307.33 | 0.76 | 0.54 |
| Hex | E3 | 2F | CD | 0 | 4F | A | B | 133 | 4C | 36 |
| Octal | 343 | 57 | 315 | 0 | 117 | 12 | 13 | 463 | 114 | 66 |
| Binary | 11100011 | 101111 | 11001101 | 0 | 1001111 | 1010 | 1011 | 100110011 | 1001100 | 110110 |
Color Harmonies of #E32FCD
Complementary color
Monochromatic Colors of #E32FCD
Black with #E32FCD
Text Example
Text Example
White with #E32FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FCD; }
p { color: rgb(227,47,205); }
H1.HeaderClassName
{
color: #E32FCD;
}
.AnyTagClassName
{
color: #E32FCD;
}
</style>
background-color css
<style>
a { background-color: #E32FCD; }
a { background-color: rgb(227,47,205); }
div.DivClassName
{
background-color: #E32FCD;
}
.BgClassName
{
background-color: #E32FCD;
}
</style>
border-color css
<style>
span { border-color: #E32FCD; }
span { border-color: rgb(227,47,205); }
td.TdClassName
{
border-color: #E32FCD;
}
.TagClassName
{
border-color: #E32FCD;
}
</style>