Shades of Razzle Dazzle Rose #E421DF
Tints of Razzle Dazzle Rose #E421DF
RGB
CMYK
RGB Variations
Color information
#E421DF (or 0xE421DF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 21 and DF. RGB value is (228,33,223). Sum of RGB (Red+Green+Blue) = 228+33+223=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E421DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421DF is #1BDE20. Grayscale: #707070. Windows color (decimal): -1826337 or 14623204. OLE color: 14623204.
HSL color Cylindrical-coordinate representation of color #E421DF: hue angle of 301.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E421DF is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 223 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.11 |
| HSL | 301.54º | 0.78% | 0.51% | - |
| HSV(B) | 301.54º | 0.86% | 0.89% | - |
| XYZ | 45.86 | 22.91 | 71.82 | - |
| YUV | 112.97 | 190.1 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 223 | 0 | 0.86 | 0.02 | 0.11 | 301.54 | 0.78 | 0.51 |
| Hex | E4 | 21 | DF | 0 | 56 | 2 | B | 12E | 4E | 33 |
| Octal | 344 | 41 | 337 | 0 | 126 | 2 | 13 | 456 | 116 | 63 |
| Binary | 11100100 | 100001 | 11011111 | 0 | 1010110 | 10 | 1011 | 100101110 | 1001110 | 110011 |
Color Harmonies of #E421DF
Complementary color
Monochromatic Colors of #E421DF
Black with #E421DF
Text Example
Text Example
White with #E421DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421DF; }
p { color: rgb(228,33,223); }
H1.HeaderClassName
{
color: #E421DF;
}
.AnyTagClassName
{
color: #E421DF;
}
</style>
background-color css
<style>
a { background-color: #E421DF; }
a { background-color: rgb(228,33,223); }
div.DivClassName
{
background-color: #E421DF;
}
.BgClassName
{
background-color: #E421DF;
}
</style>
border-color css
<style>
span { border-color: #E421DF; }
span { border-color: rgb(228,33,223); }
td.TdClassName
{
border-color: #E421DF;
}
.TagClassName
{
border-color: #E421DF;
}
</style>