Shades of Razzle Dazzle Rose #E12FDD
Tints of Razzle Dazzle Rose #E12FDD
RGB
CMYK
RGB Variations
Color information
#E12FDD (or 0xE12FDD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2F and DD. RGB value is (225,47,221). Sum of RGB (Red+Green+Blue) = 225+47+221=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12FDD is #1ED022. Grayscale: #777777. Windows color (decimal): -2019363 or 14495713. OLE color: 14495713.
HSL color Cylindrical-coordinate representation of color #E12FDD: hue angle of 301.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12FDD is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 221 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.12 |
| HSL | 301.35º | 0.75% | 0.53% | - |
| HSV(B) | 301.35º | 0.79% | 0.88% | - |
| XYZ | 45.12 | 23.26 | 70.52 | - |
| YUV | 120.06 | 184.97 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 221 | 0 | 0.79 | 0.02 | 0.12 | 301.35 | 0.75 | 0.53 |
| Hex | E1 | 2F | DD | 0 | 4F | 2 | C | 12D | 4B | 35 |
| Octal | 341 | 57 | 335 | 0 | 117 | 2 | 14 | 455 | 113 | 65 |
| Binary | 11100001 | 101111 | 11011101 | 0 | 1001111 | 10 | 1100 | 100101101 | 1001011 | 110101 |
Color Harmonies of #E12FDD
Complementary color
Monochromatic Colors of #E12FDD
Black with #E12FDD
Text Example
Text Example
White with #E12FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12FDD; }
p { color: rgb(225,47,221); }
H1.HeaderClassName
{
color: #E12FDD;
}
.AnyTagClassName
{
color: #E12FDD;
}
</style>
background-color css
<style>
a { background-color: #E12FDD; }
a { background-color: rgb(225,47,221); }
div.DivClassName
{
background-color: #E12FDD;
}
.BgClassName
{
background-color: #E12FDD;
}
</style>
border-color css
<style>
span { border-color: #E12FDD; }
span { border-color: rgb(225,47,221); }
td.TdClassName
{
border-color: #E12FDD;
}
.TagClassName
{
border-color: #E12FDD;
}
</style>