Shades of Razzle Dazzle Rose #E12CDF
Tints of Razzle Dazzle Rose #E12CDF
RGB
CMYK
RGB Variations
Color information
#E12CDF (or 0xE12CDF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and DF. RGB value is (225,44,223). Sum of RGB (Red+Green+Blue) = 225+44+223=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CDF is #1ED320. Grayscale: #757575. Windows color (decimal): -2020129 or 14626017. OLE color: 14626017.
HSL color Cylindrical-coordinate representation of color #E12CDF: hue angle of 300.66º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12CDF is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 223 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.12 |
| HSL | 300.66º | 0.75% | 0.53% | - |
| HSV(B) | 300.66º | 0.8% | 0.88% | - |
| XYZ | 45.27 | 23.14 | 71.89 | - |
| YUV | 118.53 | 186.97 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 223 | 0 | 0.80 | 0.01 | 0.12 | 300.66 | 0.75 | 0.53 |
| Hex | E1 | 2C | DF | 0 | 50 | 1 | C | 12D | 4B | 35 |
| Octal | 341 | 54 | 337 | 0 | 120 | 1 | 14 | 455 | 113 | 65 |
| Binary | 11100001 | 101100 | 11011111 | 0 | 1010000 | 1 | 1100 | 100101101 | 1001011 | 110101 |
Color Harmonies of #E12CDF
Complementary color
Monochromatic Colors of #E12CDF
Black with #E12CDF
Text Example
Text Example
White with #E12CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CDF; }
p { color: rgb(225,44,223); }
H1.HeaderClassName
{
color: #E12CDF;
}
.AnyTagClassName
{
color: #E12CDF;
}
</style>
background-color css
<style>
a { background-color: #E12CDF; }
a { background-color: rgb(225,44,223); }
div.DivClassName
{
background-color: #E12CDF;
}
.BgClassName
{
background-color: #E12CDF;
}
</style>
border-color css
<style>
span { border-color: #E12CDF; }
span { border-color: rgb(225,44,223); }
td.TdClassName
{
border-color: #E12CDF;
}
.TagClassName
{
border-color: #E12CDF;
}
</style>