Shades of Razzle Dazzle Rose #E428DA
Tints of Razzle Dazzle Rose #E428DA
RGB
CMYK
RGB Variations
Color information
#E428DA (or 0xE428DA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and DA. RGB value is (228,40,218). Sum of RGB (Red+Green+Blue) = 228+40+218=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E428DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428DA is #1BD725. Grayscale: #737373. Windows color (decimal): -1824550 or 14297316. OLE color: 14297316.
HSL color Cylindrical-coordinate representation of color #E428DA: hue angle of 303.19º 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 #E428DA is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 218 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.11 |
| HSL | 303.19º | 0.78% | 0.53% | - |
| HSV(B) | 303.19º | 0.82% | 0.89% | - |
| XYZ | 45.41 | 23.07 | 68.39 | - |
| YUV | 116.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 218 | 0 | 0.82 | 0.04 | 0.11 | 303.19 | 0.78 | 0.53 |
| Hex | E4 | 28 | DA | 0 | 52 | 4 | B | 12F | 4E | 35 |
| Octal | 344 | 50 | 332 | 0 | 122 | 4 | 13 | 457 | 116 | 65 |
| Binary | 11100100 | 101000 | 11011010 | 0 | 1010010 | 100 | 1011 | 100101111 | 1001110 | 110101 |
Color Harmonies of #E428DA
Complementary color
Monochromatic Colors of #E428DA
Black with #E428DA
Text Example
Text Example
White with #E428DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E428DA; }
p { color: rgb(228,40,218); }
H1.HeaderClassName
{
color: #E428DA;
}
.AnyTagClassName
{
color: #E428DA;
}
</style>
background-color css
<style>
a { background-color: #E428DA; }
a { background-color: rgb(228,40,218); }
div.DivClassName
{
background-color: #E428DA;
}
.BgClassName
{
background-color: #E428DA;
}
</style>
border-color css
<style>
span { border-color: #E428DA; }
span { border-color: rgb(228,40,218); }
td.TdClassName
{
border-color: #E428DA;
}
.TagClassName
{
border-color: #E428DA;
}
</style>