Shades of Razzle Dazzle Rose #E831F0
Tints of Razzle Dazzle Rose #E831F0
RGB
CMYK
RGB Variations
Color information
#E831F0 (or 0xE831F0) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and F0. RGB value is (232,49,240). Sum of RGB (Red+Green+Blue) = 232+49+240=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 49 (19.53% from 255 or 9.40% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #E831F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E831F0 is #17CE0F. Grayscale: #7C7C7C. Windows color (decimal): -1560080 or 15741416. OLE color: 15741416.
HSL color Cylindrical-coordinate representation of color #E831F0: hue angle of 297.49º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E831F0 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 49 | 240 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.06 |
| HSL | 297.49º | 0.86% | 0.57% | - |
| HSV(B) | 297.49º | 0.8% | 0.94% | - |
| XYZ | 50.11 | 25.64 | 84.75 | - |
| YUV | 125.49 | 192.63 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 240 | 0.03 | 0.80 | 0 | 0.06 | 297.49 | 0.86 | 0.57 |
| Hex | E8 | 31 | F0 | 3 | 50 | 0 | 6 | 129 | 56 | 39 |
| Octal | 350 | 61 | 360 | 3 | 120 | 0 | 6 | 451 | 126 | 71 |
| Binary | 11101000 | 110001 | 11110000 | 11 | 1010000 | 0 | 110 | 100101001 | 1010110 | 111001 |
Color Harmonies of #E831F0
Complementary color
Monochromatic Colors of #E831F0
Black with #E831F0
Text Example
Text Example
White with #E831F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831F0; }
p { color: rgb(232,49,240); }
H1.HeaderClassName
{
color: #E831F0;
}
.AnyTagClassName
{
color: #E831F0;
}
</style>
background-color css
<style>
a { background-color: #E831F0; }
a { background-color: rgb(232,49,240); }
div.DivClassName
{
background-color: #E831F0;
}
.BgClassName
{
background-color: #E831F0;
}
</style>
border-color css
<style>
span { border-color: #E831F0; }
span { border-color: rgb(232,49,240); }
td.TdClassName
{
border-color: #E831F0;
}
.TagClassName
{
border-color: #E831F0;
}
</style>