Shades of Razzle Dazzle Rose #E033DD
Tints of Razzle Dazzle Rose #E033DD
RGB
CMYK
RGB Variations
Color information
#E033DD (or 0xE033DD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 33 and DD. RGB value is (224,51,221). Sum of RGB (Red+Green+Blue) = 224+51+221=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E033DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E033DD is #1FCC22. Grayscale: #797979. Windows color (decimal): -2083875 or 14496736. OLE color: 14496736.
HSL color Cylindrical-coordinate representation of color #E033DD: hue angle of 301.04º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E033DD is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 221 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.12 |
| HSL | 301.04º | 0.74% | 0.54% | - |
| HSV(B) | 301.04º | 0.77% | 0.88% | - |
| XYZ | 44.98 | 23.44 | 70.56 | - |
| YUV | 122.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 221 | 0 | 0.77 | 0.01 | 0.12 | 301.04 | 0.74 | 0.54 |
| Hex | E0 | 33 | DD | 0 | 4D | 1 | C | 12D | 4A | 36 |
| Octal | 340 | 63 | 335 | 0 | 115 | 1 | 14 | 455 | 112 | 66 |
| Binary | 11100000 | 110011 | 11011101 | 0 | 1001101 | 1 | 1100 | 100101101 | 1001010 | 110110 |
Color Harmonies of #E033DD
Complementary color
Monochromatic Colors of #E033DD
Black with #E033DD
Text Example
Text Example
White with #E033DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E033DD; }
p { color: rgb(224,51,221); }
H1.HeaderClassName
{
color: #E033DD;
}
.AnyTagClassName
{
color: #E033DD;
}
</style>
background-color css
<style>
a { background-color: #E033DD; }
a { background-color: rgb(224,51,221); }
div.DivClassName
{
background-color: #E033DD;
}
.BgClassName
{
background-color: #E033DD;
}
</style>
border-color css
<style>
span { border-color: #E033DD; }
span { border-color: rgb(224,51,221); }
td.TdClassName
{
border-color: #E033DD;
}
.TagClassName
{
border-color: #E033DD;
}
</style>