Shades of Razzle Dazzle Rose #E428DB
Tints of Razzle Dazzle Rose #E428DB
RGB
CMYK
RGB Variations
Color information
#E428DB (or 0xE428DB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and DB. RGB value is (228,40,219). Sum of RGB (Red+Green+Blue) = 228+40+219=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E428DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428DB is #1BD724. Grayscale: #747474. Windows color (decimal): -1824549 or 14362852. OLE color: 14362852.
HSL color Cylindrical-coordinate representation of color #E428DB: hue angle of 302.87º 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 #E428DB is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 219 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.11 |
| HSL | 302.87º | 0.78% | 0.53% | - |
| HSV(B) | 302.87º | 0.82% | 0.89% | - |
| XYZ | 45.54 | 23.13 | 69.08 | - |
| YUV | 116.62 | 185.78 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 219 | 0 | 0.82 | 0.04 | 0.11 | 302.87 | 0.78 | 0.53 |
| Hex | E4 | 28 | DB | 0 | 52 | 4 | B | 12F | 4E | 35 |
| Octal | 344 | 50 | 333 | 0 | 122 | 4 | 13 | 457 | 116 | 65 |
| Binary | 11100100 | 101000 | 11011011 | 0 | 1010010 | 100 | 1011 | 100101111 | 1001110 | 110101 |
Color Harmonies of #E428DB
Complementary color
Monochromatic Colors of #E428DB
Black with #E428DB
Text Example
Text Example
White with #E428DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E428DB; }
p { color: rgb(228,40,219); }
H1.HeaderClassName
{
color: #E428DB;
}
.AnyTagClassName
{
color: #E428DB;
}
</style>
background-color css
<style>
a { background-color: #E428DB; }
a { background-color: rgb(228,40,219); }
div.DivClassName
{
background-color: #E428DB;
}
.BgClassName
{
background-color: #E428DB;
}
</style>
border-color css
<style>
span { border-color: #E428DB; }
span { border-color: rgb(228,40,219); }
td.TdClassName
{
border-color: #E428DB;
}
.TagClassName
{
border-color: #E428DB;
}
</style>