Shades of Razzle Dazzle Rose #E12BD9
Tints of Razzle Dazzle Rose #E12BD9
RGB
CMYK
RGB Variations
Color information
#E12BD9 (or 0xE12BD9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and D9. RGB value is (225,43,217). Sum of RGB (Red+Green+Blue) = 225+43+217=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BD9 is #1ED426. Grayscale: #747474. Windows color (decimal): -2020391 or 14232545. OLE color: 14232545.
HSL color Cylindrical-coordinate representation of color #E12BD9: hue angle of 302.64º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12BD9 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 217 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.12 |
| HSL | 302.64º | 0.75% | 0.53% | - |
| HSV(B) | 302.64º | 0.81% | 0.88% | - |
| XYZ | 44.44 | 22.75 | 67.69 | - |
| YUV | 117.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 217 | 0 | 0.81 | 0.04 | 0.12 | 302.64 | 0.75 | 0.53 |
| Hex | E1 | 2B | D9 | 0 | 51 | 4 | C | 12F | 4B | 35 |
| Octal | 341 | 53 | 331 | 0 | 121 | 4 | 14 | 457 | 113 | 65 |
| Binary | 11100001 | 101011 | 11011001 | 0 | 1010001 | 100 | 1100 | 100101111 | 1001011 | 110101 |
Color Harmonies of #E12BD9
Complementary color
Monochromatic Colors of #E12BD9
Black with #E12BD9
Text Example
Text Example
White with #E12BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BD9; }
p { color: rgb(225,43,217); }
H1.HeaderClassName
{
color: #E12BD9;
}
.AnyTagClassName
{
color: #E12BD9;
}
</style>
background-color css
<style>
a { background-color: #E12BD9; }
a { background-color: rgb(225,43,217); }
div.DivClassName
{
background-color: #E12BD9;
}
.BgClassName
{
background-color: #E12BD9;
}
</style>
border-color css
<style>
span { border-color: #E12BD9; }
span { border-color: rgb(225,43,217); }
td.TdClassName
{
border-color: #E12BD9;
}
.TagClassName
{
border-color: #E12BD9;
}
</style>