Shades of Razzle Dazzle Rose #E231DF
Tints of Razzle Dazzle Rose #E231DF
RGB
CMYK
RGB Variations
Color information
#E231DF (or 0xE231DF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 31 and DF. RGB value is (226,49,223). Sum of RGB (Red+Green+Blue) = 226+49+223=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E231DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231DF is #1DCE20. Grayscale: #797979. Windows color (decimal): -1953313 or 14627298. OLE color: 14627298.
HSL color Cylindrical-coordinate representation of color #E231DF: hue angle of 301.02º 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 #E231DF is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 223 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.11 |
| HSL | 301.02º | 0.75% | 0.54% | - |
| HSV(B) | 301.02º | 0.78% | 0.89% | - |
| XYZ | 45.78 | 23.69 | 71.97 | - |
| YUV | 121.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 223 | 0 | 0.78 | 0.01 | 0.11 | 301.02 | 0.75 | 0.54 |
| Hex | E2 | 31 | DF | 0 | 4E | 1 | B | 12D | 4B | 36 |
| Octal | 342 | 61 | 337 | 0 | 116 | 1 | 13 | 455 | 113 | 66 |
| Binary | 11100010 | 110001 | 11011111 | 0 | 1001110 | 1 | 1011 | 100101101 | 1001011 | 110110 |
Color Harmonies of #E231DF
Complementary color
Monochromatic Colors of #E231DF
Black with #E231DF
Text Example
Text Example
White with #E231DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231DF; }
p { color: rgb(226,49,223); }
H1.HeaderClassName
{
color: #E231DF;
}
.AnyTagClassName
{
color: #E231DF;
}
</style>
background-color css
<style>
a { background-color: #E231DF; }
a { background-color: rgb(226,49,223); }
div.DivClassName
{
background-color: #E231DF;
}
.BgClassName
{
background-color: #E231DF;
}
</style>
border-color css
<style>
span { border-color: #E231DF; }
span { border-color: rgb(226,49,223); }
td.TdClassName
{
border-color: #E231DF;
}
.TagClassName
{
border-color: #E231DF;
}
</style>