Shades of Razzle Dazzle Rose #E124DA
Tints of Razzle Dazzle Rose #E124DA
RGB
CMYK
RGB Variations
Color information
#E124DA (or 0xE124DA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and DA. RGB value is (225,36,218). Sum of RGB (Red+Green+Blue) = 225+36+218=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E124DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124DA is #1EDB25. Grayscale: #707070. Windows color (decimal): -2022182 or 14296289. OLE color: 14296289.
HSL color Cylindrical-coordinate representation of color #E124DA: hue angle of 302.22º 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 #E124DA is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 218 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.12 |
| HSL | 302.22º | 0.76% | 0.51% | - |
| HSV(B) | 302.22º | 0.84% | 0.88% | - |
| XYZ | 44.34 | 22.33 | 68.3 | - |
| YUV | 113.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 218 | 0 | 0.84 | 0.03 | 0.12 | 302.22 | 0.76 | 0.51 |
| Hex | E1 | 24 | DA | 0 | 54 | 3 | C | 12E | 4C | 33 |
| Octal | 341 | 44 | 332 | 0 | 124 | 3 | 14 | 456 | 114 | 63 |
| Binary | 11100001 | 100100 | 11011010 | 0 | 1010100 | 11 | 1100 | 100101110 | 1001100 | 110011 |
Color Harmonies of #E124DA
Complementary color
Monochromatic Colors of #E124DA
Black with #E124DA
Text Example
Text Example
White with #E124DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124DA; }
p { color: rgb(225,36,218); }
H1.HeaderClassName
{
color: #E124DA;
}
.AnyTagClassName
{
color: #E124DA;
}
</style>
background-color css
<style>
a { background-color: #E124DA; }
a { background-color: rgb(225,36,218); }
div.DivClassName
{
background-color: #E124DA;
}
.BgClassName
{
background-color: #E124DA;
}
</style>
border-color css
<style>
span { border-color: #E124DA; }
span { border-color: rgb(225,36,218); }
td.TdClassName
{
border-color: #E124DA;
}
.TagClassName
{
border-color: #E124DA;
}
</style>