Shades of Razzle Dazzle Rose #E42DDD
Tints of Razzle Dazzle Rose #E42DDD
RGB
CMYK
RGB Variations
Color information
#E42DDD (or 0xE42DDD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 2D and DD. RGB value is (228,45,221). Sum of RGB (Red+Green+Blue) = 228+45+221=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42DDD is #1BD222. Grayscale: #777777. Windows color (decimal): -1823267 or 14495204. OLE color: 14495204.
HSL color Cylindrical-coordinate representation of color #E42DDD: hue angle of 302.3º 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 #E42DDD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 221 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.11 |
| HSL | 302.3º | 0.77% | 0.54% | - |
| HSV(B) | 302.3º | 0.8% | 0.89% | - |
| XYZ | 45.98 | 23.59 | 70.54 | - |
| YUV | 119.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 221 | 0 | 0.80 | 0.03 | 0.11 | 302.3 | 0.77 | 0.54 |
| Hex | E4 | 2D | DD | 0 | 50 | 3 | B | 12E | 4D | 36 |
| Octal | 344 | 55 | 335 | 0 | 120 | 3 | 13 | 456 | 115 | 66 |
| Binary | 11100100 | 101101 | 11011101 | 0 | 1010000 | 11 | 1011 | 100101110 | 1001101 | 110110 |
Color Harmonies of #E42DDD
Complementary color
Monochromatic Colors of #E42DDD
Black with #E42DDD
Text Example
Text Example
White with #E42DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DDD; }
p { color: rgb(228,45,221); }
H1.HeaderClassName
{
color: #E42DDD;
}
.AnyTagClassName
{
color: #E42DDD;
}
</style>
background-color css
<style>
a { background-color: #E42DDD; }
a { background-color: rgb(228,45,221); }
div.DivClassName
{
background-color: #E42DDD;
}
.BgClassName
{
background-color: #E42DDD;
}
</style>
border-color css
<style>
span { border-color: #E42DDD; }
span { border-color: rgb(228,45,221); }
td.TdClassName
{
border-color: #E42DDD;
}
.TagClassName
{
border-color: #E42DDD;
}
</style>