Shades of Razzle Dazzle Rose #E820E2
Tints of Razzle Dazzle Rose #E820E2
RGB
CMYK
RGB Variations
Color information
#E820E2 (or 0xE820E2) is known color: Razzle Dazzle Rose. HEX triplet: E8, 20 and E2. RGB value is (232,32,226). Sum of RGB (Red+Green+Blue) = 232+32+226=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E820E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E820E2 is #17DF1D. Grayscale: #717171. Windows color (decimal): -1564446 or 14819560. OLE color: 14819560.
HSL color Cylindrical-coordinate representation of color #E820E2: hue angle of 301.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E820E2 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 226 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.09 |
| HSL | 301.8º | 0.81% | 0.52% | - |
| HSV(B) | 301.8º | 0.86% | 0.91% | - |
| XYZ | 47.52 | 23.68 | 74.02 | - |
| YUV | 113.92 | 191.26 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 226 | 0 | 0.86 | 0.03 | 0.09 | 301.8 | 0.81 | 0.52 |
| Hex | E8 | 20 | E2 | 0 | 56 | 3 | 9 | 12E | 51 | 34 |
| Octal | 350 | 40 | 342 | 0 | 126 | 3 | 11 | 456 | 121 | 64 |
| Binary | 11101000 | 100000 | 11100010 | 0 | 1010110 | 11 | 1001 | 100101110 | 1010001 | 110100 |
Color Harmonies of #E820E2
Complementary color
Monochromatic Colors of #E820E2
Black with #E820E2
Text Example
Text Example
White with #E820E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E820E2; }
p { color: rgb(232,32,226); }
H1.HeaderClassName
{
color: #E820E2;
}
.AnyTagClassName
{
color: #E820E2;
}
</style>
background-color css
<style>
a { background-color: #E820E2; }
a { background-color: rgb(232,32,226); }
div.DivClassName
{
background-color: #E820E2;
}
.BgClassName
{
background-color: #E820E2;
}
</style>
border-color css
<style>
span { border-color: #E820E2; }
span { border-color: rgb(232,32,226); }
td.TdClassName
{
border-color: #E820E2;
}
.TagClassName
{
border-color: #E820E2;
}
</style>