Shades of Razzle Dazzle Rose #E61DDC
Tints of Razzle Dazzle Rose #E61DDC
RGB
CMYK
RGB Variations
Color information
#E61DDC (or 0xE61DDC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1D and DC. RGB value is (230,29,220). Sum of RGB (Red+Green+Blue) = 230+29+220=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DDC is #19E223. Grayscale: #6E6E6E. Windows color (decimal): -1696292 or 14425574. OLE color: 14425574.
HSL color Cylindrical-coordinate representation of color #E61DDC: hue angle of 302.99º 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 #E61DDC is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 220 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.10 |
| HSL | 302.99º | 0.8% | 0.51% | - |
| HSV(B) | 302.99º | 0.87% | 0.9% | - |
| XYZ | 45.99 | 22.87 | 69.7 | - |
| YUV | 110.87 | 189.59 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 220 | 0 | 0.87 | 0.04 | 0.10 | 302.99 | 0.8 | 0.51 |
| Hex | E6 | 1D | DC | 0 | 57 | 4 | A | 12F | 50 | 33 |
| Octal | 346 | 35 | 334 | 0 | 127 | 4 | 12 | 457 | 120 | 63 |
| Binary | 11100110 | 11101 | 11011100 | 0 | 1010111 | 100 | 1010 | 100101111 | 1010000 | 110011 |
Color Harmonies of #E61DDC
Complementary color
Monochromatic Colors of #E61DDC
Black with #E61DDC
Text Example
Text Example
White with #E61DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DDC; }
p { color: rgb(230,29,220); }
H1.HeaderClassName
{
color: #E61DDC;
}
.AnyTagClassName
{
color: #E61DDC;
}
</style>
background-color css
<style>
a { background-color: #E61DDC; }
a { background-color: rgb(230,29,220); }
div.DivClassName
{
background-color: #E61DDC;
}
.BgClassName
{
background-color: #E61DDC;
}
</style>
border-color css
<style>
span { border-color: #E61DDC; }
span { border-color: rgb(230,29,220); }
td.TdClassName
{
border-color: #E61DDC;
}
.TagClassName
{
border-color: #E61DDC;
}
</style>