Shades of Razzle Dazzle Rose #E82DCC
Tints of Razzle Dazzle Rose #E82DCC
RGB
CMYK
RGB Variations
Color information
#E82DCC (or 0xE82DCC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2D and CC. RGB value is (232,45,204). Sum of RGB (Red+Green+Blue) = 232+45+204=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82DCC is #17D233. Grayscale: #767676. Windows color (decimal): -1561140 or 13381096. OLE color: 13381096.
HSL color Cylindrical-coordinate representation of color #E82DCC: hue angle of 308.98º 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 #E82DCC is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 204 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.09 |
| HSL | 308.98º | 0.8% | 0.54% | - |
| HSV(B) | 308.98º | 0.81% | 0.91% | - |
| XYZ | 45.12 | 23.39 | 59.26 | - |
| YUV | 119.04 | 175.95 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 204 | 0 | 0.81 | 0.12 | 0.09 | 308.98 | 0.8 | 0.54 |
| Hex | E8 | 2D | CC | 0 | 51 | C | 9 | 135 | 50 | 36 |
| Octal | 350 | 55 | 314 | 0 | 121 | 14 | 11 | 465 | 120 | 66 |
| Binary | 11101000 | 101101 | 11001100 | 0 | 1010001 | 1100 | 1001 | 100110101 | 1010000 | 110110 |
Color Harmonies of #E82DCC
Complementary color
Monochromatic Colors of #E82DCC
Black with #E82DCC
Text Example
Text Example
White with #E82DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DCC; }
p { color: rgb(232,45,204); }
H1.HeaderClassName
{
color: #E82DCC;
}
.AnyTagClassName
{
color: #E82DCC;
}
</style>
background-color css
<style>
a { background-color: #E82DCC; }
a { background-color: rgb(232,45,204); }
div.DivClassName
{
background-color: #E82DCC;
}
.BgClassName
{
background-color: #E82DCC;
}
</style>
border-color css
<style>
span { border-color: #E82DCC; }
span { border-color: rgb(232,45,204); }
td.TdClassName
{
border-color: #E82DCC;
}
.TagClassName
{
border-color: #E82DCC;
}
</style>