Shades of Razzle Dazzle Rose #E12ADE
Tints of Razzle Dazzle Rose #E12ADE
RGB
CMYK
RGB Variations
Color information
#E12ADE (or 0xE12ADE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and DE. RGB value is (225,42,222). Sum of RGB (Red+Green+Blue) = 225+42+222=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ADE is #1ED521. Grayscale: #747474. Windows color (decimal): -2020642 or 14559969. OLE color: 14559969.
HSL color Cylindrical-coordinate representation of color #E12ADE: hue angle of 300.98º 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 #E12ADE is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 222 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.12 |
| HSL | 300.98º | 0.75% | 0.52% | - |
| HSV(B) | 300.98º | 0.81% | 0.88% | - |
| XYZ | 45.06 | 22.94 | 71.16 | - |
| YUV | 117.24 | 187.13 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 222 | 0 | 0.81 | 0.01 | 0.12 | 300.98 | 0.75 | 0.52 |
| Hex | E1 | 2A | DE | 0 | 51 | 1 | C | 12D | 4B | 34 |
| Octal | 341 | 52 | 336 | 0 | 121 | 1 | 14 | 455 | 113 | 64 |
| Binary | 11100001 | 101010 | 11011110 | 0 | 1010001 | 1 | 1100 | 100101101 | 1001011 | 110100 |
Color Harmonies of #E12ADE
Complementary color
Monochromatic Colors of #E12ADE
Black with #E12ADE
Text Example
Text Example
White with #E12ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12ADE; }
p { color: rgb(225,42,222); }
H1.HeaderClassName
{
color: #E12ADE;
}
.AnyTagClassName
{
color: #E12ADE;
}
</style>
background-color css
<style>
a { background-color: #E12ADE; }
a { background-color: rgb(225,42,222); }
div.DivClassName
{
background-color: #E12ADE;
}
.BgClassName
{
background-color: #E12ADE;
}
</style>
border-color css
<style>
span { border-color: #E12ADE; }
span { border-color: rgb(225,42,222); }
td.TdClassName
{
border-color: #E12ADE;
}
.TagClassName
{
border-color: #E12ADE;
}
</style>