Shades of Razzle Dazzle Rose #E123D6
Tints of Razzle Dazzle Rose #E123D6
RGB
CMYK
RGB Variations
Color information
#E123D6 (or 0xE123D6) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and D6. RGB value is (225,35,214). Sum of RGB (Red+Green+Blue) = 225+35+214=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E123D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123D6 is #1EDC29. Grayscale: #6F6F6F. Windows color (decimal): -2022442 or 14033889. OLE color: 14033889.
HSL color Cylindrical-coordinate representation of color #E123D6: hue angle of 303.47º 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 #E123D6 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 214 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.12 |
| HSL | 303.47º | 0.76% | 0.51% | - |
| HSV(B) | 303.47º | 0.84% | 0.88% | - |
| XYZ | 43.79 | 22.06 | 65.57 | - |
| YUV | 112.22 | 185.45 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 214 | 0 | 0.84 | 0.05 | 0.12 | 303.47 | 0.76 | 0.51 |
| Hex | E1 | 23 | D6 | 0 | 54 | 5 | C | 12F | 4C | 33 |
| Octal | 341 | 43 | 326 | 0 | 124 | 5 | 14 | 457 | 114 | 63 |
| Binary | 11100001 | 100011 | 11010110 | 0 | 1010100 | 101 | 1100 | 100101111 | 1001100 | 110011 |
Color Harmonies of #E123D6
Complementary color
Monochromatic Colors of #E123D6
Black with #E123D6
Text Example
Text Example
White with #E123D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123D6; }
p { color: rgb(225,35,214); }
H1.HeaderClassName
{
color: #E123D6;
}
.AnyTagClassName
{
color: #E123D6;
}
</style>
background-color css
<style>
a { background-color: #E123D6; }
a { background-color: rgb(225,35,214); }
div.DivClassName
{
background-color: #E123D6;
}
.BgClassName
{
background-color: #E123D6;
}
</style>
border-color css
<style>
span { border-color: #E123D6; }
span { border-color: rgb(225,35,214); }
td.TdClassName
{
border-color: #E123D6;
}
.TagClassName
{
border-color: #E123D6;
}
</style>