Shades of Razzle Dazzle Rose #E61FDB
Tints of Razzle Dazzle Rose #E61FDB
RGB
CMYK
RGB Variations
Color information
#E61FDB (or 0xE61FDB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1F and DB. RGB value is (230,31,219). Sum of RGB (Red+Green+Blue) = 230+31+219=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FDB is #19E024. Grayscale: #6F6F6F. Windows color (decimal): -1695781 or 14360550. OLE color: 14360550.
HSL color Cylindrical-coordinate representation of color #E61FDB: hue angle of 303.32º 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 #E61FDB is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 219 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.10 |
| HSL | 303.32º | 0.8% | 0.51% | - |
| HSV(B) | 303.32º | 0.87% | 0.9% | - |
| XYZ | 45.91 | 22.92 | 69.02 | - |
| YUV | 111.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 219 | 0 | 0.87 | 0.05 | 0.10 | 303.32 | 0.8 | 0.51 |
| Hex | E6 | 1F | DB | 0 | 57 | 5 | A | 12F | 50 | 33 |
| Octal | 346 | 37 | 333 | 0 | 127 | 5 | 12 | 457 | 120 | 63 |
| Binary | 11100110 | 11111 | 11011011 | 0 | 1010111 | 101 | 1010 | 100101111 | 1010000 | 110011 |
Color Harmonies of #E61FDB
Complementary color
Monochromatic Colors of #E61FDB
Black with #E61FDB
Text Example
Text Example
White with #E61FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FDB; }
p { color: rgb(230,31,219); }
H1.HeaderClassName
{
color: #E61FDB;
}
.AnyTagClassName
{
color: #E61FDB;
}
</style>
background-color css
<style>
a { background-color: #E61FDB; }
a { background-color: rgb(230,31,219); }
div.DivClassName
{
background-color: #E61FDB;
}
.BgClassName
{
background-color: #E61FDB;
}
</style>
border-color css
<style>
span { border-color: #E61FDB; }
span { border-color: rgb(230,31,219); }
td.TdClassName
{
border-color: #E61FDB;
}
.TagClassName
{
border-color: #E61FDB;
}
</style>