Shades of Razzle Dazzle Rose #E830DA
Tints of Razzle Dazzle Rose #E830DA
RGB
CMYK
RGB Variations
Color information
#E830DA (or 0xE830DA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and DA. RGB value is (232,48,218). Sum of RGB (Red+Green+Blue) = 232+48+218=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E830DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830DA is #17CF25. Grayscale: #797979. Windows color (decimal): -1560358 or 14299368. OLE color: 14299368.
HSL color Cylindrical-coordinate representation of color #E830DA: hue angle of 304.57º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E830DA is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 218 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.09 |
| HSL | 304.57º | 0.8% | 0.55% | - |
| HSV(B) | 304.57º | 0.79% | 0.91% | - |
| XYZ | 46.99 | 24.33 | 68.55 | - |
| YUV | 122.4 | 181.96 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 218 | 0 | 0.79 | 0.06 | 0.09 | 304.57 | 0.8 | 0.55 |
| Hex | E8 | 30 | DA | 0 | 4F | 6 | 9 | 131 | 50 | 37 |
| Octal | 350 | 60 | 332 | 0 | 117 | 6 | 11 | 461 | 120 | 67 |
| Binary | 11101000 | 110000 | 11011010 | 0 | 1001111 | 110 | 1001 | 100110001 | 1010000 | 110111 |
Color Harmonies of #E830DA
Complementary color
Monochromatic Colors of #E830DA
Black with #E830DA
Text Example
Text Example
White with #E830DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E830DA; }
p { color: rgb(232,48,218); }
H1.HeaderClassName
{
color: #E830DA;
}
.AnyTagClassName
{
color: #E830DA;
}
</style>
background-color css
<style>
a { background-color: #E830DA; }
a { background-color: rgb(232,48,218); }
div.DivClassName
{
background-color: #E830DA;
}
.BgClassName
{
background-color: #E830DA;
}
</style>
border-color css
<style>
span { border-color: #E830DA; }
span { border-color: rgb(232,48,218); }
td.TdClassName
{
border-color: #E830DA;
}
.TagClassName
{
border-color: #E830DA;
}
</style>