Shades of Razzle Dazzle Rose #E931C0
Tints of Razzle Dazzle Rose #E931C0
RGB
CMYK
RGB Variations
Color information
#E931C0 (or 0xE931C0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 31 and C0. RGB value is (233,49,192). Sum of RGB (Red+Green+Blue) = 233+49+192=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E931C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E931C0 is #16CE3F. Grayscale: #777777. Windows color (decimal): -1494592 or 12595689. OLE color: 12595689.
HSL color Cylindrical-coordinate representation of color #E931C0: hue angle of 313.37º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E931C0 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 192 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.09 |
| HSL | 313.37º | 0.81% | 0.55% | - |
| HSV(B) | 313.37º | 0.79% | 0.91% | - |
| XYZ | 44.22 | 23.33 | 52.04 | - |
| YUV | 120.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 192 | 0 | 0.79 | 0.18 | 0.09 | 313.37 | 0.81 | 0.55 |
| Hex | E9 | 31 | C0 | 0 | 4F | 12 | 9 | 139 | 51 | 37 |
| Octal | 351 | 61 | 300 | 0 | 117 | 22 | 11 | 471 | 121 | 67 |
| Binary | 11101001 | 110001 | 11000000 | 0 | 1001111 | 10010 | 1001 | 100111001 | 1010001 | 110111 |
Color Harmonies of #E931C0
Complementary color
Monochromatic Colors of #E931C0
Black with #E931C0
Text Example
Text Example
White with #E931C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E931C0; }
p { color: rgb(233,49,192); }
H1.HeaderClassName
{
color: #E931C0;
}
.AnyTagClassName
{
color: #E931C0;
}
</style>
background-color css
<style>
a { background-color: #E931C0; }
a { background-color: rgb(233,49,192); }
div.DivClassName
{
background-color: #E931C0;
}
.BgClassName
{
background-color: #E931C0;
}
</style>
border-color css
<style>
span { border-color: #E931C0; }
span { border-color: rgb(233,49,192); }
td.TdClassName
{
border-color: #E931C0;
}
.TagClassName
{
border-color: #E931C0;
}
</style>