Shades of Razzle Dazzle Rose #E82DD5
Tints of Razzle Dazzle Rose #E82DD5
RGB
CMYK
RGB Variations
Color information
#E82DD5 (or 0xE82DD5) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2D and D5. RGB value is (232,45,213). Sum of RGB (Red+Green+Blue) = 232+45+213=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E82DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82DD5 is #17D22A. Grayscale: #777777. Windows color (decimal): -1561131 or 13970920. OLE color: 13970920.
HSL color Cylindrical-coordinate representation of color #E82DD5: hue angle of 306.1º 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 #E82DD5 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 213 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.09 |
| HSL | 306.1º | 0.8% | 0.54% | - |
| HSV(B) | 306.1º | 0.81% | 0.91% | - |
| XYZ | 46.23 | 23.84 | 65.12 | - |
| YUV | 120.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 213 | 0 | 0.81 | 0.08 | 0.09 | 306.1 | 0.8 | 0.54 |
| Hex | E8 | 2D | D5 | 0 | 51 | 8 | 9 | 132 | 50 | 36 |
| Octal | 350 | 55 | 325 | 0 | 121 | 10 | 11 | 462 | 120 | 66 |
| Binary | 11101000 | 101101 | 11010101 | 0 | 1010001 | 1000 | 1001 | 100110010 | 1010000 | 110110 |
Color Harmonies of #E82DD5
Complementary color
Monochromatic Colors of #E82DD5
Black with #E82DD5
Text Example
Text Example
White with #E82DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82DD5; }
p { color: rgb(232,45,213); }
H1.HeaderClassName
{
color: #E82DD5;
}
.AnyTagClassName
{
color: #E82DD5;
}
</style>
background-color css
<style>
a { background-color: #E82DD5; }
a { background-color: rgb(232,45,213); }
div.DivClassName
{
background-color: #E82DD5;
}
.BgClassName
{
background-color: #E82DD5;
}
</style>
border-color css
<style>
span { border-color: #E82DD5; }
span { border-color: rgb(232,45,213); }
td.TdClassName
{
border-color: #E82DD5;
}
.TagClassName
{
border-color: #E82DD5;
}
</style>