Shades of Razzle Dazzle Rose #E428DF
Tints of Razzle Dazzle Rose #E428DF
RGB
CMYK
RGB Variations
Color information
#E428DF (or 0xE428DF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and DF. RGB value is (228,40,223). Sum of RGB (Red+Green+Blue) = 228+40+223=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E428DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428DF is #1BD720. Grayscale: #747474. Windows color (decimal): -1824545 or 14624996. OLE color: 14624996.
HSL color Cylindrical-coordinate representation of color #E428DF: hue angle of 301.6º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E428DF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 223 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.11 |
| HSL | 301.6º | 0.78% | 0.53% | - |
| HSV(B) | 301.6º | 0.82% | 0.89% | - |
| XYZ | 46.07 | 23.34 | 71.89 | - |
| YUV | 117.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 223 | 0 | 0.82 | 0.02 | 0.11 | 301.6 | 0.78 | 0.53 |
| Hex | E4 | 28 | DF | 0 | 52 | 2 | B | 12E | 4E | 35 |
| Octal | 344 | 50 | 337 | 0 | 122 | 2 | 13 | 456 | 116 | 65 |
| Binary | 11100100 | 101000 | 11011111 | 0 | 1010010 | 10 | 1011 | 100101110 | 1001110 | 110101 |
Color Harmonies of #E428DF
Complementary color
Monochromatic Colors of #E428DF
Black with #E428DF
Text Example
Text Example
White with #E428DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E428DF; }
p { color: rgb(228,40,223); }
H1.HeaderClassName
{
color: #E428DF;
}
.AnyTagClassName
{
color: #E428DF;
}
</style>
background-color css
<style>
a { background-color: #E428DF; }
a { background-color: rgb(228,40,223); }
div.DivClassName
{
background-color: #E428DF;
}
.BgClassName
{
background-color: #E428DF;
}
</style>
border-color css
<style>
span { border-color: #E428DF; }
span { border-color: rgb(228,40,223); }
td.TdClassName
{
border-color: #E428DF;
}
.TagClassName
{
border-color: #E428DF;
}
</style>