Shades of Razzle Dazzle Rose #E931DC
Tints of Razzle Dazzle Rose #E931DC
RGB
CMYK
RGB Variations
Color information
#E931DC (or 0xE931DC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 31 and DC. RGB value is (233,49,220). Sum of RGB (Red+Green+Blue) = 233+49+220=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E931DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E931DC is #16CE23. Grayscale: #7B7B7B. Windows color (decimal): -1494564 or 14430697. OLE color: 14430697.
HSL color Cylindrical-coordinate representation of color #E931DC: hue angle of 304.24º 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 #E931DC is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 220 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.09 |
| HSL | 304.24º | 0.81% | 0.55% | - |
| HSV(B) | 304.24º | 0.79% | 0.91% | - |
| XYZ | 47.62 | 24.69 | 69.97 | - |
| YUV | 123.51 | 182.46 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 220 | 0 | 0.79 | 0.06 | 0.09 | 304.24 | 0.81 | 0.55 |
| Hex | E9 | 31 | DC | 0 | 4F | 6 | 9 | 130 | 51 | 37 |
| Octal | 351 | 61 | 334 | 0 | 117 | 6 | 11 | 460 | 121 | 67 |
| Binary | 11101001 | 110001 | 11011100 | 0 | 1001111 | 110 | 1001 | 100110000 | 1010001 | 110111 |
Color Harmonies of #E931DC
Complementary color
Monochromatic Colors of #E931DC
Black with #E931DC
Text Example
Text Example
White with #E931DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E931DC; }
p { color: rgb(233,49,220); }
H1.HeaderClassName
{
color: #E931DC;
}
.AnyTagClassName
{
color: #E931DC;
}
</style>
background-color css
<style>
a { background-color: #E931DC; }
a { background-color: rgb(233,49,220); }
div.DivClassName
{
background-color: #E931DC;
}
.BgClassName
{
background-color: #E931DC;
}
</style>
border-color css
<style>
span { border-color: #E931DC; }
span { border-color: rgb(233,49,220); }
td.TdClassName
{
border-color: #E931DC;
}
.TagClassName
{
border-color: #E931DC;
}
</style>