Shades of Razzle Dazzle Rose #E61DDB
Tints of Razzle Dazzle Rose #E61DDB
RGB
CMYK
RGB Variations
Color information
#E61DDB (or 0xE61DDB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1D and DB. RGB value is (230,29,219). Sum of RGB (Red+Green+Blue) = 230+29+219=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DDB is #19E224. Grayscale: #6E6E6E. Windows color (decimal): -1696293 or 14360038. OLE color: 14360038.
HSL color Cylindrical-coordinate representation of color #E61DDB: hue angle of 303.28º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61DDB is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 219 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.10 |
| HSL | 303.28º | 0.8% | 0.51% | - |
| HSV(B) | 303.28º | 0.87% | 0.9% | - |
| XYZ | 45.86 | 22.82 | 69 | - |
| YUV | 110.76 | 189.09 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 219 | 0 | 0.87 | 0.05 | 0.10 | 303.28 | 0.8 | 0.51 |
| Hex | E6 | 1D | DB | 0 | 57 | 5 | A | 12F | 50 | 33 |
| Octal | 346 | 35 | 333 | 0 | 127 | 5 | 12 | 457 | 120 | 63 |
| Binary | 11100110 | 11101 | 11011011 | 0 | 1010111 | 101 | 1010 | 100101111 | 1010000 | 110011 |
Color Harmonies of #E61DDB
Complementary color
Monochromatic Colors of #E61DDB
Black with #E61DDB
Text Example
Text Example
White with #E61DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DDB; }
p { color: rgb(230,29,219); }
H1.HeaderClassName
{
color: #E61DDB;
}
.AnyTagClassName
{
color: #E61DDB;
}
</style>
background-color css
<style>
a { background-color: #E61DDB; }
a { background-color: rgb(230,29,219); }
div.DivClassName
{
background-color: #E61DDB;
}
.BgClassName
{
background-color: #E61DDB;
}
</style>
border-color css
<style>
span { border-color: #E61DDB; }
span { border-color: rgb(230,29,219); }
td.TdClassName
{
border-color: #E61DDB;
}
.TagClassName
{
border-color: #E61DDB;
}
</style>