Shades of Razzle Dazzle Rose #E82ECC
Tints of Razzle Dazzle Rose #E82ECC
RGB
CMYK
RGB Variations
Color information
#E82ECC (or 0xE82ECC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2E and CC. RGB value is (232,46,204). Sum of RGB (Red+Green+Blue) = 232+46+204=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E82ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82ECC is #17D133. Grayscale: #777777. Windows color (decimal): -1560884 or 13381352. OLE color: 13381352.
HSL color Cylindrical-coordinate representation of color #E82ECC: hue angle of 309.03º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82ECC is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 204 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.09 |
| HSL | 309.03º | 0.8% | 0.55% | - |
| HSV(B) | 309.03º | 0.8% | 0.91% | - |
| XYZ | 45.15 | 23.47 | 59.28 | - |
| YUV | 119.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 204 | 0 | 0.80 | 0.12 | 0.09 | 309.03 | 0.8 | 0.55 |
| Hex | E8 | 2E | CC | 0 | 50 | C | 9 | 135 | 50 | 37 |
| Octal | 350 | 56 | 314 | 0 | 120 | 14 | 11 | 465 | 120 | 67 |
| Binary | 11101000 | 101110 | 11001100 | 0 | 1010000 | 1100 | 1001 | 100110101 | 1010000 | 110111 |
Color Harmonies of #E82ECC
Complementary color
Monochromatic Colors of #E82ECC
Black with #E82ECC
Text Example
Text Example
White with #E82ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82ECC; }
p { color: rgb(232,46,204); }
H1.HeaderClassName
{
color: #E82ECC;
}
.AnyTagClassName
{
color: #E82ECC;
}
</style>
background-color css
<style>
a { background-color: #E82ECC; }
a { background-color: rgb(232,46,204); }
div.DivClassName
{
background-color: #E82ECC;
}
.BgClassName
{
background-color: #E82ECC;
}
</style>
border-color css
<style>
span { border-color: #E82ECC; }
span { border-color: rgb(232,46,204); }
td.TdClassName
{
border-color: #E82ECC;
}
.TagClassName
{
border-color: #E82ECC;
}
</style>