Shades of Razzle Dazzle Rose #E12ECC
Tints of Razzle Dazzle Rose #E12ECC
RGB
CMYK
RGB Variations
Color information
#E12ECC (or 0xE12ECC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2E and CC. RGB value is (225,46,204). Sum of RGB (Red+Green+Blue) = 225+46+204=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ECC is #1ED133. Grayscale: #757575. Windows color (decimal): -2019636 or 13381345. OLE color: 13381345.
HSL color Cylindrical-coordinate representation of color #E12ECC: hue angle of 307.04º 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 #E12ECC is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 204 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.12 |
| HSL | 307.04º | 0.75% | 0.53% | - |
| HSV(B) | 307.04º | 0.8% | 0.88% | - |
| XYZ | 42.93 | 22.32 | 59.17 | - |
| YUV | 117.53 | 176.8 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 204 | 0 | 0.80 | 0.09 | 0.12 | 307.04 | 0.75 | 0.53 |
| Hex | E1 | 2E | CC | 0 | 50 | 9 | C | 133 | 4B | 35 |
| Octal | 341 | 56 | 314 | 0 | 120 | 11 | 14 | 463 | 113 | 65 |
| Binary | 11100001 | 101110 | 11001100 | 0 | 1010000 | 1001 | 1100 | 100110011 | 1001011 | 110101 |
Color Harmonies of #E12ECC
Complementary color
Monochromatic Colors of #E12ECC
Black with #E12ECC
Text Example
Text Example
White with #E12ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12ECC; }
p { color: rgb(225,46,204); }
H1.HeaderClassName
{
color: #E12ECC;
}
.AnyTagClassName
{
color: #E12ECC;
}
</style>
background-color css
<style>
a { background-color: #E12ECC; }
a { background-color: rgb(225,46,204); }
div.DivClassName
{
background-color: #E12ECC;
}
.BgClassName
{
background-color: #E12ECC;
}
</style>
border-color css
<style>
span { border-color: #E12ECC; }
span { border-color: rgb(225,46,204); }
td.TdClassName
{
border-color: #E12ECC;
}
.TagClassName
{
border-color: #E12ECC;
}
</style>