Shades of Razzle Dazzle Rose #E12AD6
Tints of Razzle Dazzle Rose #E12AD6
RGB
CMYK
RGB Variations
Color information
#E12AD6 (or 0xE12AD6) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and D6. RGB value is (225,42,214). Sum of RGB (Red+Green+Blue) = 225+42+214=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AD6 is #1ED529. Grayscale: #737373. Windows color (decimal): -2020650 or 14035681. OLE color: 14035681.
HSL color Cylindrical-coordinate representation of color #E12AD6: hue angle of 303.61º 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 #E12AD6 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 214 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.12 |
| HSL | 303.61º | 0.75% | 0.52% | - |
| HSV(B) | 303.61º | 0.81% | 0.88% | - |
| XYZ | 44.02 | 22.52 | 65.64 | - |
| YUV | 116.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 214 | 0 | 0.81 | 0.05 | 0.12 | 303.61 | 0.75 | 0.52 |
| Hex | E1 | 2A | D6 | 0 | 51 | 5 | C | 130 | 4B | 34 |
| Octal | 341 | 52 | 326 | 0 | 121 | 5 | 14 | 460 | 113 | 64 |
| Binary | 11100001 | 101010 | 11010110 | 0 | 1010001 | 101 | 1100 | 100110000 | 1001011 | 110100 |
Color Harmonies of #E12AD6
Complementary color
Monochromatic Colors of #E12AD6
Black with #E12AD6
Text Example
Text Example
White with #E12AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12AD6; }
p { color: rgb(225,42,214); }
H1.HeaderClassName
{
color: #E12AD6;
}
.AnyTagClassName
{
color: #E12AD6;
}
</style>
background-color css
<style>
a { background-color: #E12AD6; }
a { background-color: rgb(225,42,214); }
div.DivClassName
{
background-color: #E12AD6;
}
.BgClassName
{
background-color: #E12AD6;
}
</style>
border-color css
<style>
span { border-color: #E12AD6; }
span { border-color: rgb(225,42,214); }
td.TdClassName
{
border-color: #E12AD6;
}
.TagClassName
{
border-color: #E12AD6;
}
</style>