Shades of Razzle Dazzle Rose #E931C4
Tints of Razzle Dazzle Rose #E931C4
RGB
CMYK
RGB Variations
Color information
#E931C4 (or 0xE931C4) is known color: Razzle Dazzle Rose. HEX triplet: E9, 31 and C4. RGB value is (233,49,196). Sum of RGB (Red+Green+Blue) = 233+49+196=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E931C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E931C4 is #16CE3B. Grayscale: #787878. Windows color (decimal): -1494588 or 12857833. OLE color: 12857833.
HSL color Cylindrical-coordinate representation of color #E931C4: hue angle of 312.07º 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 #E931C4 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 196 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.09 |
| HSL | 312.07º | 0.81% | 0.55% | - |
| HSV(B) | 312.07º | 0.79% | 0.91% | - |
| XYZ | 44.67 | 23.51 | 54.41 | - |
| YUV | 120.77 | 170.46 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 196 | 0 | 0.79 | 0.16 | 0.09 | 312.07 | 0.81 | 0.55 |
| Hex | E9 | 31 | C4 | 0 | 4F | 10 | 9 | 138 | 51 | 37 |
| Octal | 351 | 61 | 304 | 0 | 117 | 20 | 11 | 470 | 121 | 67 |
| Binary | 11101001 | 110001 | 11000100 | 0 | 1001111 | 10000 | 1001 | 100111000 | 1010001 | 110111 |
Color Harmonies of #E931C4
Complementary color
Monochromatic Colors of #E931C4
Black with #E931C4
Text Example
Text Example
White with #E931C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E931C4; }
p { color: rgb(233,49,196); }
H1.HeaderClassName
{
color: #E931C4;
}
.AnyTagClassName
{
color: #E931C4;
}
</style>
background-color css
<style>
a { background-color: #E931C4; }
a { background-color: rgb(233,49,196); }
div.DivClassName
{
background-color: #E931C4;
}
.BgClassName
{
background-color: #E931C4;
}
</style>
border-color css
<style>
span { border-color: #E931C4; }
span { border-color: rgb(233,49,196); }
td.TdClassName
{
border-color: #E931C4;
}
.TagClassName
{
border-color: #E931C4;
}
</style>