Shades of Razzle Dazzle Rose #E12DCD
Tints of Razzle Dazzle Rose #E12DCD
RGB
CMYK
RGB Variations
Color information
#E12DCD (or 0xE12DCD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2D and CD. RGB value is (225,45,205). Sum of RGB (Red+Green+Blue) = 225+45+205=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DCD is #1ED232. Grayscale: #747474. Windows color (decimal): -2019891 or 13446625. OLE color: 13446625.
HSL color Cylindrical-coordinate representation of color #E12DCD: hue angle of 306.67º 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 #E12DCD is Cyan = 0, Magento = 0.8, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 205 | - |
| CMYK | 0 | 0.8 | 0.09 | 0.12 |
| HSL | 306.67º | 0.75% | 0.53% | - |
| HSV(B) | 306.67º | 0.8% | 0.88% | - |
| XYZ | 43.01 | 22.29 | 59.79 | - |
| YUV | 117.06 | 177.63 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 205 | 0 | 0.8 | 0.09 | 0.12 | 306.67 | 0.75 | 0.53 |
| Hex | E1 | 2D | CD | 0 | 50 | 9 | C | 133 | 4B | 35 |
| Octal | 341 | 55 | 315 | 0 | 120 | 11 | 14 | 463 | 113 | 65 |
| Binary | 11100001 | 101101 | 11001101 | 0 | 1010000 | 1001 | 1100 | 100110011 | 1001011 | 110101 |
Color Harmonies of #E12DCD
Complementary color
Monochromatic Colors of #E12DCD
Black with #E12DCD
Text Example
Text Example
White with #E12DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12DCD; }
p { color: rgb(225,45,205); }
H1.HeaderClassName
{
color: #E12DCD;
}
.AnyTagClassName
{
color: #E12DCD;
}
</style>
background-color css
<style>
a { background-color: #E12DCD; }
a { background-color: rgb(225,45,205); }
div.DivClassName
{
background-color: #E12DCD;
}
.BgClassName
{
background-color: #E12DCD;
}
</style>
border-color css
<style>
span { border-color: #E12DCD; }
span { border-color: rgb(225,45,205); }
td.TdClassName
{
border-color: #E12DCD;
}
.TagClassName
{
border-color: #E12DCD;
}
</style>