Shades of Razzle Dazzle Rose #E224DB
Tints of Razzle Dazzle Rose #E224DB
RGB
CMYK
RGB Variations
Color information
#E224DB (or 0xE224DB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 24 and DB. RGB value is (226,36,219). Sum of RGB (Red+Green+Blue) = 226+36+219=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E224DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E224DB is #1DDB24. Grayscale: #717171. Windows color (decimal): -1956645 or 14361826. OLE color: 14361826.
HSL color Cylindrical-coordinate representation of color #E224DB: hue angle of 302.21º 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 #E224DB is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 219 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.11 |
| HSL | 302.21º | 0.77% | 0.51% | - |
| HSV(B) | 302.21º | 0.84% | 0.89% | - |
| XYZ | 44.78 | 22.54 | 69.01 | - |
| YUV | 113.67 | 187.45 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 219 | 0 | 0.84 | 0.03 | 0.11 | 302.21 | 0.77 | 0.51 |
| Hex | E2 | 24 | DB | 0 | 54 | 3 | B | 12E | 4D | 33 |
| Octal | 342 | 44 | 333 | 0 | 124 | 3 | 13 | 456 | 115 | 63 |
| Binary | 11100010 | 100100 | 11011011 | 0 | 1010100 | 11 | 1011 | 100101110 | 1001101 | 110011 |
Color Harmonies of #E224DB
Complementary color
Monochromatic Colors of #E224DB
Black with #E224DB
Text Example
Text Example
White with #E224DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224DB; }
p { color: rgb(226,36,219); }
H1.HeaderClassName
{
color: #E224DB;
}
.AnyTagClassName
{
color: #E224DB;
}
</style>
background-color css
<style>
a { background-color: #E224DB; }
a { background-color: rgb(226,36,219); }
div.DivClassName
{
background-color: #E224DB;
}
.BgClassName
{
background-color: #E224DB;
}
</style>
border-color css
<style>
span { border-color: #E224DB; }
span { border-color: rgb(226,36,219); }
td.TdClassName
{
border-color: #E224DB;
}
.TagClassName
{
border-color: #E224DB;
}
</style>