Shades of Razzle Dazzle Rose #E82DC7
Tints of Razzle Dazzle Rose #E82DC7
RGB
CMYK
RGB Variations
Color information
#E82DC7 (or 0xE82DC7) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2D and C7. RGB value is (232,45,199). Sum of RGB (Red+Green+Blue) = 232+45+199=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82DC7 is #17D238. Grayscale: #767676. Windows color (decimal): -1561145 or 13053416. OLE color: 13053416.
HSL color Cylindrical-coordinate representation of color #E82DC7: hue angle of 310.59º 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 #E82DC7 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 199 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.09 |
| HSL | 310.59º | 0.8% | 0.54% | - |
| HSV(B) | 310.59º | 0.81% | 0.91% | - |
| XYZ | 44.53 | 23.16 | 56.16 | - |
| YUV | 118.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 199 | 0 | 0.81 | 0.14 | 0.09 | 310.59 | 0.8 | 0.54 |
| Hex | E8 | 2D | C7 | 0 | 51 | E | 9 | 137 | 50 | 36 |
| Octal | 350 | 55 | 307 | 0 | 121 | 16 | 11 | 467 | 120 | 66 |
| Binary | 11101000 | 101101 | 11000111 | 0 | 1010001 | 1110 | 1001 | 100110111 | 1010000 | 110110 |
Color Harmonies of #E82DC7
Complementary color
Monochromatic Colors of #E82DC7
Black with #E82DC7
Text Example
Text Example
White with #E82DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DC7; }
p { color: rgb(232,45,199); }
H1.HeaderClassName
{
color: #E82DC7;
}
.AnyTagClassName
{
color: #E82DC7;
}
</style>
background-color css
<style>
a { background-color: #E82DC7; }
a { background-color: rgb(232,45,199); }
div.DivClassName
{
background-color: #E82DC7;
}
.BgClassName
{
background-color: #E82DC7;
}
</style>
border-color css
<style>
span { border-color: #E82DC7; }
span { border-color: rgb(232,45,199); }
td.TdClassName
{
border-color: #E82DC7;
}
.TagClassName
{
border-color: #E82DC7;
}
</style>