Shades of Razzle Dazzle Rose #E61CDB
Tints of Razzle Dazzle Rose #E61CDB
RGB
CMYK
RGB Variations
Color information
#E61CDB (or 0xE61CDB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1C and DB. RGB value is (230,28,219). Sum of RGB (Red+Green+Blue) = 230+28+219=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CDB is #19E324. Grayscale: #6D6D6D. Windows color (decimal): -1696549 or 14359782. OLE color: 14359782.
HSL color Cylindrical-coordinate representation of color #E61CDB: hue angle of 303.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CDB is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 219 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.10 |
| HSL | 303.27º | 0.8% | 0.51% | - |
| HSV(B) | 303.27º | 0.88% | 0.9% | - |
| XYZ | 45.83 | 22.77 | 69 | - |
| YUV | 110.17 | 189.42 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 219 | 0 | 0.88 | 0.05 | 0.10 | 303.27 | 0.8 | 0.51 |
| Hex | E6 | 1C | DB | 0 | 58 | 5 | A | 12F | 50 | 33 |
| Octal | 346 | 34 | 333 | 0 | 130 | 5 | 12 | 457 | 120 | 63 |
| Binary | 11100110 | 11100 | 11011011 | 0 | 1011000 | 101 | 1010 | 100101111 | 1010000 | 110011 |
Color Harmonies of #E61CDB
Complementary color
Monochromatic Colors of #E61CDB
Black with #E61CDB
Text Example
Text Example
White with #E61CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CDB; }
p { color: rgb(230,28,219); }
H1.HeaderClassName
{
color: #E61CDB;
}
.AnyTagClassName
{
color: #E61CDB;
}
</style>
background-color css
<style>
a { background-color: #E61CDB; }
a { background-color: rgb(230,28,219); }
div.DivClassName
{
background-color: #E61CDB;
}
.BgClassName
{
background-color: #E61CDB;
}
</style>
border-color css
<style>
span { border-color: #E61CDB; }
span { border-color: rgb(230,28,219); }
td.TdClassName
{
border-color: #E61CDB;
}
.TagClassName
{
border-color: #E61CDB;
}
</style>