Shades of Razzle Dazzle Rose #E61DDF
Tints of Razzle Dazzle Rose #E61DDF
RGB
CMYK
RGB Variations
Color information
#E61DDF (or 0xE61DDF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1D and DF. RGB value is (230,29,223). Sum of RGB (Red+Green+Blue) = 230+29+223=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DDF is #19E220. Grayscale: #6E6E6E. Windows color (decimal): -1696289 or 14622182. OLE color: 14622182.
HSL color Cylindrical-coordinate representation of color #E61DDF: hue angle of 302.09º 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 #E61DDF is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 223 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.10 |
| HSL | 302.09º | 0.8% | 0.51% | - |
| HSV(B) | 302.09º | 0.87% | 0.9% | - |
| XYZ | 46.39 | 23.03 | 71.81 | - |
| YUV | 111.22 | 191.09 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 223 | 0 | 0.87 | 0.03 | 0.10 | 302.09 | 0.8 | 0.51 |
| Hex | E6 | 1D | DF | 0 | 57 | 3 | A | 12E | 50 | 33 |
| Octal | 346 | 35 | 337 | 0 | 127 | 3 | 12 | 456 | 120 | 63 |
| Binary | 11100110 | 11101 | 11011111 | 0 | 1010111 | 11 | 1010 | 100101110 | 1010000 | 110011 |
Color Harmonies of #E61DDF
Complementary color
Monochromatic Colors of #E61DDF
Black with #E61DDF
Text Example
Text Example
White with #E61DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DDF; }
p { color: rgb(230,29,223); }
H1.HeaderClassName
{
color: #E61DDF;
}
.AnyTagClassName
{
color: #E61DDF;
}
</style>
background-color css
<style>
a { background-color: #E61DDF; }
a { background-color: rgb(230,29,223); }
div.DivClassName
{
background-color: #E61DDF;
}
.BgClassName
{
background-color: #E61DDF;
}
</style>
border-color css
<style>
span { border-color: #E61DDF; }
span { border-color: rgb(230,29,223); }
td.TdClassName
{
border-color: #E61DDF;
}
.TagClassName
{
border-color: #E61DDF;
}
</style>