Shades of Razzle Dazzle Rose #E12CE1
Tints of Razzle Dazzle Rose #E12CE1
RGB
CMYK
RGB Variations
Color information
#E12CE1 (or 0xE12CE1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and E1. RGB value is (225,44,225). Sum of RGB (Red+Green+Blue) = 225+44+225=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E12CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CE1 is #1ED31E. Grayscale: #767676. Windows color (decimal): -2020127 or 14757089. OLE color: 14757089.
HSL color Cylindrical-coordinate representation of color #E12CE1: hue angle of 300º 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 #E12CE1 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 225 | - |
| CMYK | 0 | 0.80 | 0 | 0.12 |
| HSL | 300º | 0.75% | 0.53% | - |
| HSV(B) | 300º | 0.8% | 0.88% | - |
| XYZ | 45.54 | 23.25 | 73.32 | - |
| YUV | 118.75 | 187.97 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 225 | 0 | 0.80 | 0 | 0.12 | 300 | 0.75 | 0.53 |
| Hex | E1 | 2C | E1 | 0 | 50 | 0 | C | 12C | 4B | 35 |
| Octal | 341 | 54 | 341 | 0 | 120 | 0 | 14 | 454 | 113 | 65 |
| Binary | 11100001 | 101100 | 11100001 | 0 | 1010000 | 0 | 1100 | 100101100 | 1001011 | 110101 |
Color Harmonies of #E12CE1
Complementary color
Monochromatic Colors of #E12CE1
Black with #E12CE1
Text Example
Text Example
White with #E12CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CE1; }
p { color: rgb(225,44,225); }
H1.HeaderClassName
{
color: #E12CE1;
}
.AnyTagClassName
{
color: #E12CE1;
}
</style>
background-color css
<style>
a { background-color: #E12CE1; }
a { background-color: rgb(225,44,225); }
div.DivClassName
{
background-color: #E12CE1;
}
.BgClassName
{
background-color: #E12CE1;
}
</style>
border-color css
<style>
span { border-color: #E12CE1; }
span { border-color: rgb(225,44,225); }
td.TdClassName
{
border-color: #E12CE1;
}
.TagClassName
{
border-color: #E12CE1;
}
</style>