Shades of Razzle Dazzle Rose #E32BDB
Tints of Razzle Dazzle Rose #E32BDB
RGB
CMYK
RGB Variations
Color information
#E32BDB (or 0xE32BDB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2B and DB. RGB value is (227,43,219). Sum of RGB (Red+Green+Blue) = 227+43+219=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E32BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32BDB is #1CD424. Grayscale: #757575. Windows color (decimal): -1889317 or 14363619. OLE color: 14363619.
HSL color Cylindrical-coordinate representation of color #E32BDB: hue angle of 302.61º 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 #E32BDB is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 219 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.11 |
| HSL | 302.61º | 0.77% | 0.53% | - |
| HSV(B) | 302.61º | 0.81% | 0.89% | - |
| XYZ | 45.33 | 23.17 | 69.1 | - |
| YUV | 118.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 219 | 0 | 0.81 | 0.04 | 0.11 | 302.61 | 0.77 | 0.53 |
| Hex | E3 | 2B | DB | 0 | 51 | 4 | B | 12F | 4D | 35 |
| Octal | 343 | 53 | 333 | 0 | 121 | 4 | 13 | 457 | 115 | 65 |
| Binary | 11100011 | 101011 | 11011011 | 0 | 1010001 | 100 | 1011 | 100101111 | 1001101 | 110101 |
Color Harmonies of #E32BDB
Complementary color
Monochromatic Colors of #E32BDB
Black with #E32BDB
Text Example
Text Example
White with #E32BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32BDB; }
p { color: rgb(227,43,219); }
H1.HeaderClassName
{
color: #E32BDB;
}
.AnyTagClassName
{
color: #E32BDB;
}
</style>
background-color css
<style>
a { background-color: #E32BDB; }
a { background-color: rgb(227,43,219); }
div.DivClassName
{
background-color: #E32BDB;
}
.BgClassName
{
background-color: #E32BDB;
}
</style>
border-color css
<style>
span { border-color: #E32BDB; }
span { border-color: rgb(227,43,219); }
td.TdClassName
{
border-color: #E32BDB;
}
.TagClassName
{
border-color: #E32BDB;
}
</style>