Shades of Razzle Dazzle Rose #E428D9
Tints of Razzle Dazzle Rose #E428D9
RGB
CMYK
RGB Variations
Color information
#E428D9 (or 0xE428D9) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and D9. RGB value is (228,40,217). Sum of RGB (Red+Green+Blue) = 228+40+217=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E428D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428D9 is #1BD726. Grayscale: #737373. Windows color (decimal): -1824551 or 14231780. OLE color: 14231780.
HSL color Cylindrical-coordinate representation of color #E428D9: hue angle of 303.51º 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 #E428D9 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 217 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.11 |
| HSL | 303.51º | 0.78% | 0.53% | - |
| HSV(B) | 303.51º | 0.82% | 0.89% | - |
| XYZ | 45.28 | 23.02 | 67.7 | - |
| YUV | 116.39 | 184.78 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 217 | 0 | 0.82 | 0.05 | 0.11 | 303.51 | 0.78 | 0.53 |
| Hex | E4 | 28 | D9 | 0 | 52 | 5 | B | 130 | 4E | 35 |
| Octal | 344 | 50 | 331 | 0 | 122 | 5 | 13 | 460 | 116 | 65 |
| Binary | 11100100 | 101000 | 11011001 | 0 | 1010010 | 101 | 1011 | 100110000 | 1001110 | 110101 |
Color Harmonies of #E428D9
Complementary color
Monochromatic Colors of #E428D9
Black with #E428D9
Text Example
Text Example
White with #E428D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E428D9; }
p { color: rgb(228,40,217); }
H1.HeaderClassName
{
color: #E428D9;
}
.AnyTagClassName
{
color: #E428D9;
}
</style>
background-color css
<style>
a { background-color: #E428D9; }
a { background-color: rgb(228,40,217); }
div.DivClassName
{
background-color: #E428D9;
}
.BgClassName
{
background-color: #E428D9;
}
</style>
border-color css
<style>
span { border-color: #E428D9; }
span { border-color: rgb(228,40,217); }
td.TdClassName
{
border-color: #E428D9;
}
.TagClassName
{
border-color: #E428D9;
}
</style>