Shades of Razzle Dazzle Rose #E424DB
Tints of Razzle Dazzle Rose #E424DB
RGB
CMYK
RGB Variations
Color information
#E424DB (or 0xE424DB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and DB. RGB value is (228,36,219). Sum of RGB (Red+Green+Blue) = 228+36+219=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E424DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424DB is #1BDB24. Grayscale: #717171. Windows color (decimal): -1825573 or 14361828. OLE color: 14361828.
HSL color Cylindrical-coordinate representation of color #E424DB: hue angle of 302.81º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E424DB is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 219 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.11 |
| HSL | 302.81º | 0.78% | 0.52% | - |
| HSV(B) | 302.81º | 0.84% | 0.89% | - |
| XYZ | 45.41 | 22.87 | 69.04 | - |
| YUV | 114.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 219 | 0 | 0.84 | 0.04 | 0.11 | 302.81 | 0.78 | 0.52 |
| Hex | E4 | 24 | DB | 0 | 54 | 4 | B | 12F | 4E | 34 |
| Octal | 344 | 44 | 333 | 0 | 124 | 4 | 13 | 457 | 116 | 64 |
| Binary | 11100100 | 100100 | 11011011 | 0 | 1010100 | 100 | 1011 | 100101111 | 1001110 | 110100 |
Color Harmonies of #E424DB
Complementary color
Monochromatic Colors of #E424DB
Black with #E424DB
Text Example
Text Example
White with #E424DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424DB; }
p { color: rgb(228,36,219); }
H1.HeaderClassName
{
color: #E424DB;
}
.AnyTagClassName
{
color: #E424DB;
}
</style>
background-color css
<style>
a { background-color: #E424DB; }
a { background-color: rgb(228,36,219); }
div.DivClassName
{
background-color: #E424DB;
}
.BgClassName
{
background-color: #E424DB;
}
</style>
border-color css
<style>
span { border-color: #E424DB; }
span { border-color: rgb(228,36,219); }
td.TdClassName
{
border-color: #E424DB;
}
.TagClassName
{
border-color: #E424DB;
}
</style>