Shades of Razzle Dazzle Rose #E827DF
Tints of Razzle Dazzle Rose #E827DF
RGB
CMYK
RGB Variations
Color information
#E827DF (or 0xE827DF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 27 and DF. RGB value is (232,39,223). Sum of RGB (Red+Green+Blue) = 232+39+223=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E827DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E827DF is #17D820. Grayscale: #757575. Windows color (decimal): -1562657 or 14624744. OLE color: 14624744.
HSL color Cylindrical-coordinate representation of color #E827DF: hue angle of 302.8º 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 #E827DF is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 223 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.09 |
| HSL | 302.8º | 0.81% | 0.53% | - |
| HSV(B) | 302.8º | 0.83% | 0.91% | - |
| XYZ | 47.32 | 23.93 | 71.94 | - |
| YUV | 117.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 223 | 0 | 0.83 | 0.04 | 0.09 | 302.8 | 0.81 | 0.53 |
| Hex | E8 | 27 | DF | 0 | 53 | 4 | 9 | 12F | 51 | 35 |
| Octal | 350 | 47 | 337 | 0 | 123 | 4 | 11 | 457 | 121 | 65 |
| Binary | 11101000 | 100111 | 11011111 | 0 | 1010011 | 100 | 1001 | 100101111 | 1010001 | 110101 |
Color Harmonies of #E827DF
Complementary color
Monochromatic Colors of #E827DF
Black with #E827DF
Text Example
Text Example
White with #E827DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E827DF; }
p { color: rgb(232,39,223); }
H1.HeaderClassName
{
color: #E827DF;
}
.AnyTagClassName
{
color: #E827DF;
}
</style>
background-color css
<style>
a { background-color: #E827DF; }
a { background-color: rgb(232,39,223); }
div.DivClassName
{
background-color: #E827DF;
}
.BgClassName
{
background-color: #E827DF;
}
</style>
border-color css
<style>
span { border-color: #E827DF; }
span { border-color: rgb(232,39,223); }
td.TdClassName
{
border-color: #E827DF;
}
.TagClassName
{
border-color: #E827DF;
}
</style>