Shades of Razzle Dazzle Rose #E12CCD
Tints of Razzle Dazzle Rose #E12CCD
RGB
CMYK
RGB Variations
Color information
#E12CCD (or 0xE12CCD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and CD. RGB value is (225,44,205). Sum of RGB (Red+Green+Blue) = 225+44+205=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CCD is #1ED332. Grayscale: #747474. Windows color (decimal): -2020147 or 13446369. OLE color: 13446369.
HSL color Cylindrical-coordinate representation of color #E12CCD: hue angle of 306.63º 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 #E12CCD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 205 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.12 |
| HSL | 306.63º | 0.75% | 0.53% | - |
| HSV(B) | 306.63º | 0.8% | 0.88% | - |
| XYZ | 42.97 | 22.22 | 59.78 | - |
| YUV | 116.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 205 | 0 | 0.80 | 0.09 | 0.12 | 306.63 | 0.75 | 0.53 |
| Hex | E1 | 2C | CD | 0 | 50 | 9 | C | 133 | 4B | 35 |
| Octal | 341 | 54 | 315 | 0 | 120 | 11 | 14 | 463 | 113 | 65 |
| Binary | 11100001 | 101100 | 11001101 | 0 | 1010000 | 1001 | 1100 | 100110011 | 1001011 | 110101 |
Color Harmonies of #E12CCD
Complementary color
Monochromatic Colors of #E12CCD
Black with #E12CCD
Text Example
Text Example
White with #E12CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CCD; }
p { color: rgb(225,44,205); }
H1.HeaderClassName
{
color: #E12CCD;
}
.AnyTagClassName
{
color: #E12CCD;
}
</style>
background-color css
<style>
a { background-color: #E12CCD; }
a { background-color: rgb(225,44,205); }
div.DivClassName
{
background-color: #E12CCD;
}
.BgClassName
{
background-color: #E12CCD;
}
</style>
border-color css
<style>
span { border-color: #E12CCD; }
span { border-color: rgb(225,44,205); }
td.TdClassName
{
border-color: #E12CCD;
}
.TagClassName
{
border-color: #E12CCD;
}
</style>