Shades of Razzle Dazzle Rose #E12ACC
Tints of Razzle Dazzle Rose #E12ACC
RGB
CMYK
RGB Variations
Color information
#E12ACC (or 0xE12ACC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and CC. RGB value is (225,42,204). Sum of RGB (Red+Green+Blue) = 225+42+204=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ACC is #1ED533. Grayscale: #727272. Windows color (decimal): -2020660 or 13380321. OLE color: 13380321.
HSL color Cylindrical-coordinate representation of color #E12ACC: hue angle of 306.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12ACC is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 204 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.12 |
| HSL | 306.89º | 0.75% | 0.52% | - |
| HSV(B) | 306.89º | 0.81% | 0.88% | - |
| XYZ | 42.78 | 22.02 | 59.12 | - |
| YUV | 115.19 | 178.13 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 204 | 0 | 0.81 | 0.09 | 0.12 | 306.89 | 0.75 | 0.52 |
| Hex | E1 | 2A | CC | 0 | 51 | 9 | C | 133 | 4B | 34 |
| Octal | 341 | 52 | 314 | 0 | 121 | 11 | 14 | 463 | 113 | 64 |
| Binary | 11100001 | 101010 | 11001100 | 0 | 1010001 | 1001 | 1100 | 100110011 | 1001011 | 110100 |
Color Harmonies of #E12ACC
Complementary color
Monochromatic Colors of #E12ACC
Black with #E12ACC
Text Example
Text Example
White with #E12ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12ACC; }
p { color: rgb(225,42,204); }
H1.HeaderClassName
{
color: #E12ACC;
}
.AnyTagClassName
{
color: #E12ACC;
}
</style>
background-color css
<style>
a { background-color: #E12ACC; }
a { background-color: rgb(225,42,204); }
div.DivClassName
{
background-color: #E12ACC;
}
.BgClassName
{
background-color: #E12ACC;
}
</style>
border-color css
<style>
span { border-color: #E12ACC; }
span { border-color: rgb(225,42,204); }
td.TdClassName
{
border-color: #E12ACC;
}
.TagClassName
{
border-color: #E12ACC;
}
</style>