Shades of Razzle Dazzle Rose #E224DD
Tints of Razzle Dazzle Rose #E224DD
RGB
CMYK
RGB Variations
Color information
#E224DD (or 0xE224DD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 24 and DD. RGB value is (226,36,221). Sum of RGB (Red+Green+Blue) = 226+36+221=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E224DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E224DD is #1DDB22. Grayscale: #717171. Windows color (decimal): -1956643 or 14492898. OLE color: 14492898.
HSL color Cylindrical-coordinate representation of color #E224DD: hue angle of 301.58º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E224DD is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 221 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.11 |
| HSL | 301.58º | 0.77% | 0.51% | - |
| HSV(B) | 301.58º | 0.84% | 0.89% | - |
| XYZ | 45.05 | 22.65 | 70.4 | - |
| YUV | 113.9 | 188.45 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 221 | 0 | 0.84 | 0.02 | 0.11 | 301.58 | 0.77 | 0.51 |
| Hex | E2 | 24 | DD | 0 | 54 | 2 | B | 12E | 4D | 33 |
| Octal | 342 | 44 | 335 | 0 | 124 | 2 | 13 | 456 | 115 | 63 |
| Binary | 11100010 | 100100 | 11011101 | 0 | 1010100 | 10 | 1011 | 100101110 | 1001101 | 110011 |
Color Harmonies of #E224DD
Complementary color
Monochromatic Colors of #E224DD
Black with #E224DD
Text Example
Text Example
White with #E224DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224DD; }
p { color: rgb(226,36,221); }
H1.HeaderClassName
{
color: #E224DD;
}
.AnyTagClassName
{
color: #E224DD;
}
</style>
background-color css
<style>
a { background-color: #E224DD; }
a { background-color: rgb(226,36,221); }
div.DivClassName
{
background-color: #E224DD;
}
.BgClassName
{
background-color: #E224DD;
}
</style>
border-color css
<style>
span { border-color: #E224DD; }
span { border-color: rgb(226,36,221); }
td.TdClassName
{
border-color: #E224DD;
}
.TagClassName
{
border-color: #E224DD;
}
</style>