Shades of Razzle Dazzle Rose #E123D9
Tints of Razzle Dazzle Rose #E123D9
RGB
CMYK
RGB Variations
Color information
#E123D9 (or 0xE123D9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and D9. RGB value is (225,35,217). Sum of RGB (Red+Green+Blue) = 225+35+217=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 35 (14.06% from 255 or 7.34% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E123D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123D9 is #1EDC26. Grayscale: #707070. Windows color (decimal): -2022439 or 14230497. OLE color: 14230497.
HSL color Cylindrical-coordinate representation of color #E123D9: hue angle of 302.53º 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 #E123D9 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 217 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.12 |
| HSL | 302.53º | 0.76% | 0.51% | - |
| HSV(B) | 302.53º | 0.84% | 0.88% | - |
| XYZ | 44.18 | 22.22 | 67.61 | - |
| YUV | 112.56 | 186.95 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 217 | 0 | 0.84 | 0.04 | 0.12 | 302.53 | 0.76 | 0.51 |
| Hex | E1 | 23 | D9 | 0 | 54 | 4 | C | 12F | 4C | 33 |
| Octal | 341 | 43 | 331 | 0 | 124 | 4 | 14 | 457 | 114 | 63 |
| Binary | 11100001 | 100011 | 11011001 | 0 | 1010100 | 100 | 1100 | 100101111 | 1001100 | 110011 |
Color Harmonies of #E123D9
Complementary color
Monochromatic Colors of #E123D9
Black with #E123D9
Text Example
Text Example
White with #E123D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123D9; }
p { color: rgb(225,35,217); }
H1.HeaderClassName
{
color: #E123D9;
}
.AnyTagClassName
{
color: #E123D9;
}
</style>
background-color css
<style>
a { background-color: #E123D9; }
a { background-color: rgb(225,35,217); }
div.DivClassName
{
background-color: #E123D9;
}
.BgClassName
{
background-color: #E123D9;
}
</style>
border-color css
<style>
span { border-color: #E123D9; }
span { border-color: rgb(225,35,217); }
td.TdClassName
{
border-color: #E123D9;
}
.TagClassName
{
border-color: #E123D9;
}
</style>