Shades of Razzle Dazzle Rose #E32DBF
Tints of Razzle Dazzle Rose #E32DBF
RGB
CMYK
RGB Variations
Color information
#E32DBF (or 0xE32DBF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and BF. RGB value is (227,45,191). Sum of RGB (Red+Green+Blue) = 227+45+191=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DBF is #1CD240. Grayscale: #737373. Windows color (decimal): -1888833 or 12529123. OLE color: 12529123.
HSL color Cylindrical-coordinate representation of color #E32DBF: hue angle of 311.87º 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 #E32DBF is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 191 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.11 |
| HSL | 311.87º | 0.76% | 0.53% | - |
| HSV(B) | 311.87º | 0.8% | 0.89% | - |
| XYZ | 42.02 | 21.97 | 51.32 | - |
| YUV | 116.06 | 170.3 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 191 | 0 | 0.80 | 0.16 | 0.11 | 311.87 | 0.76 | 0.53 |
| Hex | E3 | 2D | BF | 0 | 50 | 10 | B | 138 | 4C | 35 |
| Octal | 343 | 55 | 277 | 0 | 120 | 20 | 13 | 470 | 114 | 65 |
| Binary | 11100011 | 101101 | 10111111 | 0 | 1010000 | 10000 | 1011 | 100111000 | 1001100 | 110101 |
Color Harmonies of #E32DBF
Complementary color
Monochromatic Colors of #E32DBF
Black with #E32DBF
Text Example
Text Example
White with #E32DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DBF; }
p { color: rgb(227,45,191); }
H1.HeaderClassName
{
color: #E32DBF;
}
.AnyTagClassName
{
color: #E32DBF;
}
</style>
background-color css
<style>
a { background-color: #E32DBF; }
a { background-color: rgb(227,45,191); }
div.DivClassName
{
background-color: #E32DBF;
}
.BgClassName
{
background-color: #E32DBF;
}
</style>
border-color css
<style>
span { border-color: #E32DBF; }
span { border-color: rgb(227,45,191); }
td.TdClassName
{
border-color: #E32DBF;
}
.TagClassName
{
border-color: #E32DBF;
}
</style>