Shades of Razzle Dazzle Rose #E12DD5
Tints of Razzle Dazzle Rose #E12DD5
RGB
CMYK
RGB Variations
Color information
#E12DD5 (or 0xE12DD5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2D and D5. RGB value is (225,45,213). Sum of RGB (Red+Green+Blue) = 225+45+213=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DD5 is #1ED22A. Grayscale: #757575. Windows color (decimal): -2019883 or 13970913. OLE color: 13970913.
HSL color Cylindrical-coordinate representation of color #E12DD5: hue angle of 304º 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 #E12DD5 is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 213 | - |
| CMYK | 0 | 0.8 | 0.05 | 0.12 |
| HSL | 304º | 0.75% | 0.53% | - |
| HSV(B) | 304º | 0.8% | 0.88% | - |
| XYZ | 44 | 22.69 | 65.01 | - |
| YUV | 117.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 213 | 0 | 0.8 | 0.05 | 0.12 | 304 | 0.75 | 0.53 |
| Hex | E1 | 2D | D5 | 0 | 50 | 5 | C | 130 | 4B | 35 |
| Octal | 341 | 55 | 325 | 0 | 120 | 5 | 14 | 460 | 113 | 65 |
| Binary | 11100001 | 101101 | 11010101 | 0 | 1010000 | 101 | 1100 | 100110000 | 1001011 | 110101 |
Color Harmonies of #E12DD5
Complementary color
Monochromatic Colors of #E12DD5
Black with #E12DD5
Text Example
Text Example
White with #E12DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12DD5; }
p { color: rgb(225,45,213); }
H1.HeaderClassName
{
color: #E12DD5;
}
.AnyTagClassName
{
color: #E12DD5;
}
</style>
background-color css
<style>
a { background-color: #E12DD5; }
a { background-color: rgb(225,45,213); }
div.DivClassName
{
background-color: #E12DD5;
}
.BgClassName
{
background-color: #E12DD5;
}
</style>
border-color css
<style>
span { border-color: #E12DD5; }
span { border-color: rgb(225,45,213); }
td.TdClassName
{
border-color: #E12DD5;
}
.TagClassName
{
border-color: #E12DD5;
}
</style>