Shades of Razzle Dazzle Rose #E12CE2
Tints of Razzle Dazzle Rose #E12CE2
RGB
CMYK
RGB Variations
Color information
#E12CE2 (or 0xE12CE2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and E2. RGB value is (225,44,226). Sum of RGB (Red+Green+Blue) = 225+44+226=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #E12CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CE2 is #1ED31D. Grayscale: #767676. Windows color (decimal): -2020126 or 14822625. OLE color: 14822625.
HSL color Cylindrical-coordinate representation of color #E12CE2: hue angle of 299.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12CE2 is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 44 | 226 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.11 |
| HSL | 299.67º | 0.76% | 0.53% | - |
| HSV(B) | 299.67º | 0.81% | 0.89% | - |
| XYZ | 45.68 | 23.3 | 74.04 | - |
| YUV | 118.87 | 188.47 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 226 | 0.00 | 0.81 | 0 | 0.11 | 299.67 | 0.76 | 0.53 |
| Hex | E1 | 2C | E2 | 0 | 51 | 0 | B | 12C | 4C | 35 |
| Octal | 341 | 54 | 342 | 0 | 121 | 0 | 13 | 454 | 114 | 65 |
| Binary | 11100001 | 101100 | 11100010 | 0 | 1010001 | 0 | 1011 | 100101100 | 1001100 | 110101 |
Color Harmonies of #E12CE2
Complementary color
Monochromatic Colors of #E12CE2
Black with #E12CE2
Text Example
Text Example
White with #E12CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12CE2; }
p { color: rgb(225,44,226); }
H1.HeaderClassName
{
color: #E12CE2;
}
.AnyTagClassName
{
color: #E12CE2;
}
</style>
background-color css
<style>
a { background-color: #E12CE2; }
a { background-color: rgb(225,44,226); }
div.DivClassName
{
background-color: #E12CE2;
}
.BgClassName
{
background-color: #E12CE2;
}
</style>
border-color css
<style>
span { border-color: #E12CE2; }
span { border-color: rgb(225,44,226); }
td.TdClassName
{
border-color: #E12CE2;
}
.TagClassName
{
border-color: #E12CE2;
}
</style>