Shades of Razzle Dazzle Rose #E32BDF
Tints of Razzle Dazzle Rose #E32BDF
RGB
CMYK
RGB Variations
Color information
#E32BDF (or 0xE32BDF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2B and DF. RGB value is (227,43,223). Sum of RGB (Red+Green+Blue) = 227+43+223=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E32BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32BDF is #1CD420. Grayscale: #767676. Windows color (decimal): -1889313 or 14625763. OLE color: 14625763.
HSL color Cylindrical-coordinate representation of color #E32BDF: hue angle of 301.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32BDF is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 223 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.11 |
| HSL | 301.3º | 0.77% | 0.53% | - |
| HSV(B) | 301.3º | 0.81% | 0.89% | - |
| XYZ | 45.86 | 23.39 | 71.91 | - |
| YUV | 118.54 | 186.96 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 223 | 0 | 0.81 | 0.02 | 0.11 | 301.3 | 0.77 | 0.53 |
| Hex | E3 | 2B | DF | 0 | 51 | 2 | B | 12D | 4D | 35 |
| Octal | 343 | 53 | 337 | 0 | 121 | 2 | 13 | 455 | 115 | 65 |
| Binary | 11100011 | 101011 | 11011111 | 0 | 1010001 | 10 | 1011 | 100101101 | 1001101 | 110101 |
Color Harmonies of #E32BDF
Complementary color
Monochromatic Colors of #E32BDF
Black with #E32BDF
Text Example
Text Example
White with #E32BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32BDF; }
p { color: rgb(227,43,223); }
H1.HeaderClassName
{
color: #E32BDF;
}
.AnyTagClassName
{
color: #E32BDF;
}
</style>
background-color css
<style>
a { background-color: #E32BDF; }
a { background-color: rgb(227,43,223); }
div.DivClassName
{
background-color: #E32BDF;
}
.BgClassName
{
background-color: #E32BDF;
}
</style>
border-color css
<style>
span { border-color: #E32BDF; }
span { border-color: rgb(227,43,223); }
td.TdClassName
{
border-color: #E32BDF;
}
.TagClassName
{
border-color: #E32BDF;
}
</style>