Shades of Razzle Dazzle Rose #E231D9
Tints of Razzle Dazzle Rose #E231D9
RGB
CMYK
RGB Variations
Color information
#E231D9 (or 0xE231D9) is known color: Razzle Dazzle Rose. HEX triplet: E2, 31 and D9. RGB value is (226,49,217). Sum of RGB (Red+Green+Blue) = 226+49+217=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E231D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231D9 is #1DCE26. Grayscale: #787878. Windows color (decimal): -1953319 or 14234082. OLE color: 14234082.
HSL color Cylindrical-coordinate representation of color #E231D9: hue angle of 303.05º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231D9 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 217 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.11 |
| HSL | 303.05º | 0.75% | 0.54% | - |
| HSV(B) | 303.05º | 0.78% | 0.89% | - |
| XYZ | 44.99 | 23.38 | 67.79 | - |
| YUV | 121.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 217 | 0 | 0.78 | 0.04 | 0.11 | 303.05 | 0.75 | 0.54 |
| Hex | E2 | 31 | D9 | 0 | 4E | 4 | B | 12F | 4B | 36 |
| Octal | 342 | 61 | 331 | 0 | 116 | 4 | 13 | 457 | 113 | 66 |
| Binary | 11100010 | 110001 | 11011001 | 0 | 1001110 | 100 | 1011 | 100101111 | 1001011 | 110110 |
Color Harmonies of #E231D9
Complementary color
Monochromatic Colors of #E231D9
Black with #E231D9
Text Example
Text Example
White with #E231D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231D9; }
p { color: rgb(226,49,217); }
H1.HeaderClassName
{
color: #E231D9;
}
.AnyTagClassName
{
color: #E231D9;
}
</style>
background-color css
<style>
a { background-color: #E231D9; }
a { background-color: rgb(226,49,217); }
div.DivClassName
{
background-color: #E231D9;
}
.BgClassName
{
background-color: #E231D9;
}
</style>
border-color css
<style>
span { border-color: #E231D9; }
span { border-color: rgb(226,49,217); }
td.TdClassName
{
border-color: #E231D9;
}
.TagClassName
{
border-color: #E231D9;
}
</style>