Shades of Razzle Dazzle Rose #E828DA
Tints of Razzle Dazzle Rose #E828DA
RGB
CMYK
RGB Variations
Color information
#E828DA (or 0xE828DA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 28 and DA. RGB value is (232,40,218). Sum of RGB (Red+Green+Blue) = 232+40+218=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E828DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E828DA is #17D725. Grayscale: #757575. Windows color (decimal): -1562406 or 14297320. OLE color: 14297320.
HSL color Cylindrical-coordinate representation of color #E828DA: hue angle of 304.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E828DA is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 218 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.09 |
| HSL | 304.38º | 0.81% | 0.53% | - |
| HSV(B) | 304.38º | 0.83% | 0.91% | - |
| XYZ | 46.69 | 23.74 | 68.45 | - |
| YUV | 117.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 218 | 0 | 0.83 | 0.06 | 0.09 | 304.38 | 0.81 | 0.53 |
| Hex | E8 | 28 | DA | 0 | 53 | 6 | 9 | 130 | 51 | 35 |
| Octal | 350 | 50 | 332 | 0 | 123 | 6 | 11 | 460 | 121 | 65 |
| Binary | 11101000 | 101000 | 11011010 | 0 | 1010011 | 110 | 1001 | 100110000 | 1010001 | 110101 |
Color Harmonies of #E828DA
Complementary color
Monochromatic Colors of #E828DA
Black with #E828DA
Text Example
Text Example
White with #E828DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E828DA; }
p { color: rgb(232,40,218); }
H1.HeaderClassName
{
color: #E828DA;
}
.AnyTagClassName
{
color: #E828DA;
}
</style>
background-color css
<style>
a { background-color: #E828DA; }
a { background-color: rgb(232,40,218); }
div.DivClassName
{
background-color: #E828DA;
}
.BgClassName
{
background-color: #E828DA;
}
</style>
border-color css
<style>
span { border-color: #E828DA; }
span { border-color: rgb(232,40,218); }
td.TdClassName
{
border-color: #E828DA;
}
.TagClassName
{
border-color: #E828DA;
}
</style>