Shades of Razzle Dazzle Rose #E124DF
Tints of Razzle Dazzle Rose #E124DF
RGB
CMYK
RGB Variations
Color information
#E124DF (or 0xE124DF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and DF. RGB value is (225,36,223). Sum of RGB (Red+Green+Blue) = 225+36+223=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E124DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124DF is #1EDB20. Grayscale: #717171. Windows color (decimal): -2022177 or 14623969. OLE color: 14623969.
HSL color Cylindrical-coordinate representation of color #E124DF: hue angle of 300.63º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E124DF is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 223 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.12 |
| HSL | 300.63º | 0.76% | 0.51% | - |
| HSV(B) | 300.63º | 0.84% | 0.88% | - |
| XYZ | 45 | 22.6 | 71.8 | - |
| YUV | 113.83 | 189.62 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 223 | 0 | 0.84 | 0.01 | 0.12 | 300.63 | 0.76 | 0.51 |
| Hex | E1 | 24 | DF | 0 | 54 | 1 | C | 12D | 4C | 33 |
| Octal | 341 | 44 | 337 | 0 | 124 | 1 | 14 | 455 | 114 | 63 |
| Binary | 11100001 | 100100 | 11011111 | 0 | 1010100 | 1 | 1100 | 100101101 | 1001100 | 110011 |
Color Harmonies of #E124DF
Complementary color
Monochromatic Colors of #E124DF
Black with #E124DF
Text Example
Text Example
White with #E124DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124DF; }
p { color: rgb(225,36,223); }
H1.HeaderClassName
{
color: #E124DF;
}
.AnyTagClassName
{
color: #E124DF;
}
</style>
background-color css
<style>
a { background-color: #E124DF; }
a { background-color: rgb(225,36,223); }
div.DivClassName
{
background-color: #E124DF;
}
.BgClassName
{
background-color: #E124DF;
}
</style>
border-color css
<style>
span { border-color: #E124DF; }
span { border-color: rgb(225,36,223); }
td.TdClassName
{
border-color: #E124DF;
}
.TagClassName
{
border-color: #E124DF;
}
</style>