Shades of Razzle Dazzle Rose #E728DF
Tints of Razzle Dazzle Rose #E728DF
RGB
CMYK
RGB Variations
Color information
#E728DF (or 0xE728DF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 28 and DF. RGB value is (231,40,223). Sum of RGB (Red+Green+Blue) = 231+40+223=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E728DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E728DF is #18D720. Grayscale: #757575. Windows color (decimal): -1627937 or 14624999. OLE color: 14624999.
HSL color Cylindrical-coordinate representation of color #E728DF: hue angle of 302.51º degrees, saturation: 0.8, 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 #E728DF is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 223 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.09 |
| HSL | 302.51º | 0.8% | 0.53% | - |
| HSV(B) | 302.51º | 0.83% | 0.91% | - |
| XYZ | 47.03 | 23.83 | 71.93 | - |
| YUV | 117.97 | 187.28 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 223 | 0 | 0.83 | 0.03 | 0.09 | 302.51 | 0.8 | 0.53 |
| Hex | E7 | 28 | DF | 0 | 53 | 3 | 9 | 12F | 50 | 35 |
| Octal | 347 | 50 | 337 | 0 | 123 | 3 | 11 | 457 | 120 | 65 |
| Binary | 11100111 | 101000 | 11011111 | 0 | 1010011 | 11 | 1001 | 100101111 | 1010000 | 110101 |
Color Harmonies of #E728DF
Complementary color
Monochromatic Colors of #E728DF
Black with #E728DF
Text Example
Text Example
White with #E728DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728DF; }
p { color: rgb(231,40,223); }
H1.HeaderClassName
{
color: #E728DF;
}
.AnyTagClassName
{
color: #E728DF;
}
</style>
background-color css
<style>
a { background-color: #E728DF; }
a { background-color: rgb(231,40,223); }
div.DivClassName
{
background-color: #E728DF;
}
.BgClassName
{
background-color: #E728DF;
}
</style>
border-color css
<style>
span { border-color: #E728DF; }
span { border-color: rgb(231,40,223); }
td.TdClassName
{
border-color: #E728DF;
}
.TagClassName
{
border-color: #E728DF;
}
</style>