Shades of Razzle Dazzle Rose #E221DC
Tints of Razzle Dazzle Rose #E221DC
RGB
CMYK
RGB Variations
Color information
#E221DC (or 0xE221DC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 21 and DC. RGB value is (226,33,220). Sum of RGB (Red+Green+Blue) = 226+33+220=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E221DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221DC is #1DDE23. Grayscale: #6F6F6F. Windows color (decimal): -1957412 or 14426594. OLE color: 14426594.
HSL color Cylindrical-coordinate representation of color #E221DC: hue angle of 301.87º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E221DC is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 220 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.11 |
| HSL | 301.87º | 0.77% | 0.51% | - |
| HSV(B) | 301.87º | 0.85% | 0.89% | - |
| XYZ | 44.83 | 22.42 | 69.68 | - |
| YUV | 112.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 220 | 0 | 0.85 | 0.03 | 0.11 | 301.87 | 0.77 | 0.51 |
| Hex | E2 | 21 | DC | 0 | 55 | 3 | B | 12E | 4D | 33 |
| Octal | 342 | 41 | 334 | 0 | 125 | 3 | 13 | 456 | 115 | 63 |
| Binary | 11100010 | 100001 | 11011100 | 0 | 1010101 | 11 | 1011 | 100101110 | 1001101 | 110011 |
Color Harmonies of #E221DC
Complementary color
Monochromatic Colors of #E221DC
Black with #E221DC
Text Example
Text Example
White with #E221DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221DC; }
p { color: rgb(226,33,220); }
H1.HeaderClassName
{
color: #E221DC;
}
.AnyTagClassName
{
color: #E221DC;
}
</style>
background-color css
<style>
a { background-color: #E221DC; }
a { background-color: rgb(226,33,220); }
div.DivClassName
{
background-color: #E221DC;
}
.BgClassName
{
background-color: #E221DC;
}
</style>
border-color css
<style>
span { border-color: #E221DC; }
span { border-color: rgb(226,33,220); }
td.TdClassName
{
border-color: #E221DC;
}
.TagClassName
{
border-color: #E221DC;
}
</style>