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