Shades of Razzle Dazzle Rose #E82EC7
Tints of Razzle Dazzle Rose #E82EC7
RGB
CMYK
RGB Variations
Color information
#E82EC7 (or 0xE82EC7) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2E and C7. RGB value is (232,46,199). Sum of RGB (Red+Green+Blue) = 232+46+199=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E82EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82EC7 is #17D138. Grayscale: #767676. Windows color (decimal): -1560889 or 13053672. OLE color: 13053672.
HSL color Cylindrical-coordinate representation of color #E82EC7: hue angle of 310.65º 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 #E82EC7 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 199 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.09 |
| HSL | 310.65º | 0.8% | 0.55% | - |
| HSV(B) | 310.65º | 0.8% | 0.91% | - |
| XYZ | 44.56 | 23.23 | 56.17 | - |
| YUV | 119.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 199 | 0 | 0.80 | 0.14 | 0.09 | 310.65 | 0.8 | 0.55 |
| Hex | E8 | 2E | C7 | 0 | 50 | E | 9 | 137 | 50 | 37 |
| Octal | 350 | 56 | 307 | 0 | 120 | 16 | 11 | 467 | 120 | 67 |
| Binary | 11101000 | 101110 | 11000111 | 0 | 1010000 | 1110 | 1001 | 100110111 | 1010000 | 110111 |
Color Harmonies of #E82EC7
Complementary color
Monochromatic Colors of #E82EC7
Black with #E82EC7
Text Example
Text Example
White with #E82EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82EC7; }
p { color: rgb(232,46,199); }
H1.HeaderClassName
{
color: #E82EC7;
}
.AnyTagClassName
{
color: #E82EC7;
}
</style>
background-color css
<style>
a { background-color: #E82EC7; }
a { background-color: rgb(232,46,199); }
div.DivClassName
{
background-color: #E82EC7;
}
.BgClassName
{
background-color: #E82EC7;
}
</style>
border-color css
<style>
span { border-color: #E82EC7; }
span { border-color: rgb(232,46,199); }
td.TdClassName
{
border-color: #E82EC7;
}
.TagClassName
{
border-color: #E82EC7;
}
</style>