Shades of Razzle Dazzle Rose #E12CCC
Tints of Razzle Dazzle Rose #E12CCC
RGB
CMYK
RGB Variations
Color information
#E12CCC (or 0xE12CCC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and CC. RGB value is (225,44,204). Sum of RGB (Red+Green+Blue) = 225+44+204=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CCC is #1ED333. Grayscale: #737373. Windows color (decimal): -2020148 or 13380833. OLE color: 13380833.
HSL color Cylindrical-coordinate representation of color #E12CCC: hue angle of 306.96º 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 #E12CCC is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 204 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.12 |
| HSL | 306.96º | 0.75% | 0.53% | - |
| HSV(B) | 306.96º | 0.8% | 0.88% | - |
| XYZ | 42.85 | 22.17 | 59.15 | - |
| YUV | 116.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 204 | 0 | 0.80 | 0.09 | 0.12 | 306.96 | 0.75 | 0.53 |
| Hex | E1 | 2C | CC | 0 | 50 | 9 | C | 133 | 4B | 35 |
| Octal | 341 | 54 | 314 | 0 | 120 | 11 | 14 | 463 | 113 | 65 |
| Binary | 11100001 | 101100 | 11001100 | 0 | 1010000 | 1001 | 1100 | 100110011 | 1001011 | 110101 |
Color Harmonies of #E12CCC
Complementary color
Monochromatic Colors of #E12CCC
Black with #E12CCC
Text Example
Text Example
White with #E12CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CCC; }
p { color: rgb(225,44,204); }
H1.HeaderClassName
{
color: #E12CCC;
}
.AnyTagClassName
{
color: #E12CCC;
}
</style>
background-color css
<style>
a { background-color: #E12CCC; }
a { background-color: rgb(225,44,204); }
div.DivClassName
{
background-color: #E12CCC;
}
.BgClassName
{
background-color: #E12CCC;
}
</style>
border-color css
<style>
span { border-color: #E12CCC; }
span { border-color: rgb(225,44,204); }
td.TdClassName
{
border-color: #E12CCC;
}
.TagClassName
{
border-color: #E12CCC;
}
</style>