Shades of Razzle Dazzle Rose #E82DD6
Tints of Razzle Dazzle Rose #E82DD6
RGB
CMYK
RGB Variations
Color information
#E82DD6 (or 0xE82DD6) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2D and D6. RGB value is (232,45,214). Sum of RGB (Red+Green+Blue) = 232+45+214=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82DD6 is #17D229. Grayscale: #777777. Windows color (decimal): -1561130 or 14036456. OLE color: 14036456.
HSL color Cylindrical-coordinate representation of color #E82DD6: hue angle of 305.78º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82DD6 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 214 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.09 |
| HSL | 305.78º | 0.8% | 0.54% | - |
| HSV(B) | 305.78º | 0.81% | 0.91% | - |
| XYZ | 46.35 | 23.89 | 65.79 | - |
| YUV | 120.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 214 | 0 | 0.81 | 0.08 | 0.09 | 305.78 | 0.8 | 0.54 |
| Hex | E8 | 2D | D6 | 0 | 51 | 8 | 9 | 132 | 50 | 36 |
| Octal | 350 | 55 | 326 | 0 | 121 | 10 | 11 | 462 | 120 | 66 |
| Binary | 11101000 | 101101 | 11010110 | 0 | 1010001 | 1000 | 1001 | 100110010 | 1010000 | 110110 |
Color Harmonies of #E82DD6
Complementary color
Monochromatic Colors of #E82DD6
Black with #E82DD6
Text Example
Text Example
White with #E82DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DD6; }
p { color: rgb(232,45,214); }
H1.HeaderClassName
{
color: #E82DD6;
}
.AnyTagClassName
{
color: #E82DD6;
}
</style>
background-color css
<style>
a { background-color: #E82DD6; }
a { background-color: rgb(232,45,214); }
div.DivClassName
{
background-color: #E82DD6;
}
.BgClassName
{
background-color: #E82DD6;
}
</style>
border-color css
<style>
span { border-color: #E82DD6; }
span { border-color: rgb(232,45,214); }
td.TdClassName
{
border-color: #E82DD6;
}
.TagClassName
{
border-color: #E82DD6;
}
</style>