Shades of Razzle Dazzle Rose #E931ED
Tints of Razzle Dazzle Rose #E931ED
RGB
CMYK
RGB Variations
Color information
#E931ED (or 0xE931ED) is known color: Razzle Dazzle Rose. HEX triplet: E9, 31 and ED. RGB value is (233,49,237). Sum of RGB (Red+Green+Blue) = 233+49+237=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 49 (19.53% from 255 or 9.44% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #E931ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E931ED is #16CE12. Grayscale: #7C7C7C. Windows color (decimal): -1494547 or 15544809. OLE color: 15544809.
HSL color Cylindrical-coordinate representation of color #E931ED: hue angle of 298.72º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E931ED is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 49 | 237 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.07 |
| HSL | 298.72º | 0.84% | 0.56% | - |
| HSV(B) | 298.72º | 0.79% | 0.93% | - |
| XYZ | 49.99 | 25.63 | 82.43 | - |
| YUV | 125.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 237 | 0.02 | 0.79 | 0 | 0.07 | 298.72 | 0.84 | 0.56 |
| Hex | E9 | 31 | ED | 2 | 4F | 0 | 7 | 12B | 54 | 38 |
| Octal | 351 | 61 | 355 | 2 | 117 | 0 | 7 | 453 | 124 | 70 |
| Binary | 11101001 | 110001 | 11101101 | 10 | 1001111 | 0 | 111 | 100101011 | 1010100 | 111000 |
Color Harmonies of #E931ED
Complementary color
Monochromatic Colors of #E931ED
Black with #E931ED
Text Example
Text Example
White with #E931ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E931ED; }
p { color: rgb(233,49,237); }
H1.HeaderClassName
{
color: #E931ED;
}
.AnyTagClassName
{
color: #E931ED;
}
</style>
background-color css
<style>
a { background-color: #E931ED; }
a { background-color: rgb(233,49,237); }
div.DivClassName
{
background-color: #E931ED;
}
.BgClassName
{
background-color: #E931ED;
}
</style>
border-color css
<style>
span { border-color: #E931ED; }
span { border-color: rgb(233,49,237); }
td.TdClassName
{
border-color: #E931ED;
}
.TagClassName
{
border-color: #E931ED;
}
</style>