Shades of Razzle Dazzle Rose #E12ECD
Tints of Razzle Dazzle Rose #E12ECD
RGB
CMYK
RGB Variations
Color information
#E12ECD (or 0xE12ECD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2E and CD. RGB value is (225,46,205). Sum of RGB (Red+Green+Blue) = 225+46+205=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ECD is #1ED132. Grayscale: #757575. Windows color (decimal): -2019635 or 13446881. OLE color: 13446881.
HSL color Cylindrical-coordinate representation of color #E12ECD: hue angle of 306.7º 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 #E12ECD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 205 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.12 |
| HSL | 306.7º | 0.75% | 0.53% | - |
| HSV(B) | 306.7º | 0.8% | 0.88% | - |
| XYZ | 43.05 | 22.37 | 59.81 | - |
| YUV | 117.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 205 | 0 | 0.80 | 0.09 | 0.12 | 306.7 | 0.75 | 0.53 |
| Hex | E1 | 2E | CD | 0 | 50 | 9 | C | 133 | 4B | 35 |
| Octal | 341 | 56 | 315 | 0 | 120 | 11 | 14 | 463 | 113 | 65 |
| Binary | 11100001 | 101110 | 11001101 | 0 | 1010000 | 1001 | 1100 | 100110011 | 1001011 | 110101 |
Color Harmonies of #E12ECD
Complementary color
Monochromatic Colors of #E12ECD
Black with #E12ECD
Text Example
Text Example
White with #E12ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12ECD; }
p { color: rgb(225,46,205); }
H1.HeaderClassName
{
color: #E12ECD;
}
.AnyTagClassName
{
color: #E12ECD;
}
</style>
background-color css
<style>
a { background-color: #E12ECD; }
a { background-color: rgb(225,46,205); }
div.DivClassName
{
background-color: #E12ECD;
}
.BgClassName
{
background-color: #E12ECD;
}
</style>
border-color css
<style>
span { border-color: #E12ECD; }
span { border-color: rgb(225,46,205); }
td.TdClassName
{
border-color: #E12ECD;
}
.TagClassName
{
border-color: #E12ECD;
}
</style>