Shades of Razzle Dazzle Rose #E131D9
Tints of Razzle Dazzle Rose #E131D9
RGB
CMYK
RGB Variations
Color information
#E131D9 (or 0xE131D9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and D9. RGB value is (225,49,217). Sum of RGB (Red+Green+Blue) = 225+49+217=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E131D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131D9 is #1ECE26. Grayscale: #787878. Windows color (decimal): -2018855 or 14234081. OLE color: 14234081.
HSL color Cylindrical-coordinate representation of color #E131D9: hue angle of 302.73º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131D9 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 217 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.12 |
| HSL | 302.73º | 0.75% | 0.54% | - |
| HSV(B) | 302.73º | 0.78% | 0.88% | - |
| XYZ | 44.67 | 23.21 | 67.77 | - |
| YUV | 120.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 217 | 0 | 0.78 | 0.04 | 0.12 | 302.73 | 0.75 | 0.54 |
| Hex | E1 | 31 | D9 | 0 | 4E | 4 | C | 12F | 4B | 36 |
| Octal | 341 | 61 | 331 | 0 | 116 | 4 | 14 | 457 | 113 | 66 |
| Binary | 11100001 | 110001 | 11011001 | 0 | 1001110 | 100 | 1100 | 100101111 | 1001011 | 110110 |
Color Harmonies of #E131D9
Complementary color
Monochromatic Colors of #E131D9
Black with #E131D9
Text Example
Text Example
White with #E131D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131D9; }
p { color: rgb(225,49,217); }
H1.HeaderClassName
{
color: #E131D9;
}
.AnyTagClassName
{
color: #E131D9;
}
</style>
background-color css
<style>
a { background-color: #E131D9; }
a { background-color: rgb(225,49,217); }
div.DivClassName
{
background-color: #E131D9;
}
.BgClassName
{
background-color: #E131D9;
}
</style>
border-color css
<style>
span { border-color: #E131D9; }
span { border-color: rgb(225,49,217); }
td.TdClassName
{
border-color: #E131D9;
}
.TagClassName
{
border-color: #E131D9;
}
</style>