Shades of Razzle Dazzle Rose #E828C0
Tints of Razzle Dazzle Rose #E828C0
RGB
CMYK
RGB Variations
Color information
#E828C0 (or 0xE828C0) is known color: Razzle Dazzle Rose. HEX triplet: E8, 28 and C0. RGB value is (232,40,192). Sum of RGB (Red+Green+Blue) = 232+40+192=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E828C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E828C0 is #17D73F. Grayscale: #727272. Windows color (decimal): -1562432 or 12593384. OLE color: 12593384.
HSL color Cylindrical-coordinate representation of color #E828C0: hue angle of 312.5º 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 #E828C0 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 192 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.09 |
| HSL | 312.5º | 0.81% | 0.53% | - |
| HSV(B) | 312.5º | 0.83% | 0.91% | - |
| XYZ | 43.55 | 22.48 | 51.91 | - |
| YUV | 114.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 192 | 0 | 0.83 | 0.17 | 0.09 | 312.5 | 0.81 | 0.53 |
| Hex | E8 | 28 | C0 | 0 | 53 | 11 | 9 | 138 | 51 | 35 |
| Octal | 350 | 50 | 300 | 0 | 123 | 21 | 11 | 470 | 121 | 65 |
| Binary | 11101000 | 101000 | 11000000 | 0 | 1010011 | 10001 | 1001 | 100111000 | 1010001 | 110101 |
Color Harmonies of #E828C0
Complementary color
Monochromatic Colors of #E828C0
Black with #E828C0
Text Example
Text Example
White with #E828C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E828C0; }
p { color: rgb(232,40,192); }
H1.HeaderClassName
{
color: #E828C0;
}
.AnyTagClassName
{
color: #E828C0;
}
</style>
background-color css
<style>
a { background-color: #E828C0; }
a { background-color: rgb(232,40,192); }
div.DivClassName
{
background-color: #E828C0;
}
.BgClassName
{
background-color: #E828C0;
}
</style>
border-color css
<style>
span { border-color: #E828C0; }
span { border-color: rgb(232,40,192); }
td.TdClassName
{
border-color: #E828C0;
}
.TagClassName
{
border-color: #E828C0;
}
</style>