Shades of Razzle Dazzle Rose #E42EDB
Tints of Razzle Dazzle Rose #E42EDB
RGB
CMYK
RGB Variations
Color information
#E42EDB (or 0xE42EDB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2E and DB. RGB value is (228,46,219). Sum of RGB (Red+Green+Blue) = 228+46+219=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E42EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42EDB is #1BD124. Grayscale: #777777. Windows color (decimal): -1823013 or 14364388. OLE color: 14364388.
HSL color Cylindrical-coordinate representation of color #E42EDB: hue angle of 302.97º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42EDB is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 219 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.11 |
| HSL | 302.97º | 0.77% | 0.54% | - |
| HSV(B) | 302.97º | 0.8% | 0.89% | - |
| XYZ | 45.76 | 23.56 | 69.15 | - |
| YUV | 120.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 219 | 0 | 0.80 | 0.04 | 0.11 | 302.97 | 0.77 | 0.54 |
| Hex | E4 | 2E | DB | 0 | 50 | 4 | B | 12F | 4D | 36 |
| Octal | 344 | 56 | 333 | 0 | 120 | 4 | 13 | 457 | 115 | 66 |
| Binary | 11100100 | 101110 | 11011011 | 0 | 1010000 | 100 | 1011 | 100101111 | 1001101 | 110110 |
Color Harmonies of #E42EDB
Complementary color
Monochromatic Colors of #E42EDB
Black with #E42EDB
Text Example
Text Example
White with #E42EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42EDB; }
p { color: rgb(228,46,219); }
H1.HeaderClassName
{
color: #E42EDB;
}
.AnyTagClassName
{
color: #E42EDB;
}
</style>
background-color css
<style>
a { background-color: #E42EDB; }
a { background-color: rgb(228,46,219); }
div.DivClassName
{
background-color: #E42EDB;
}
.BgClassName
{
background-color: #E42EDB;
}
</style>
border-color css
<style>
span { border-color: #E42EDB; }
span { border-color: rgb(228,46,219); }
td.TdClassName
{
border-color: #E42EDB;
}
.TagClassName
{
border-color: #E42EDB;
}
</style>