Shades of Razzle Dazzle Rose #E831EF
Tints of Razzle Dazzle Rose #E831EF
RGB
CMYK
RGB Variations
Color information
#E831EF (or 0xE831EF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and EF. RGB value is (232,49,239). Sum of RGB (Red+Green+Blue) = 232+49+239=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 49 (19.53% from 255 or 9.42% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #E831EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E831EF is #17CE10. Grayscale: #7C7C7C. Windows color (decimal): -1560081 or 15675880. OLE color: 15675880.
HSL color Cylindrical-coordinate representation of color #E831EF: hue angle of 297.79º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E831EF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 49 | 239 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.06 |
| HSL | 297.79º | 0.86% | 0.56% | - |
| HSV(B) | 297.79º | 0.79% | 0.94% | - |
| XYZ | 49.96 | 25.58 | 83.97 | - |
| YUV | 125.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 239 | 0.03 | 0.79 | 0 | 0.06 | 297.79 | 0.86 | 0.56 |
| Hex | E8 | 31 | EF | 3 | 4F | 0 | 6 | 12A | 56 | 38 |
| Octal | 350 | 61 | 357 | 3 | 117 | 0 | 6 | 452 | 126 | 70 |
| Binary | 11101000 | 110001 | 11101111 | 11 | 1001111 | 0 | 110 | 100101010 | 1010110 | 111000 |
Color Harmonies of #E831EF
Complementary color
Monochromatic Colors of #E831EF
Black with #E831EF
Text Example
Text Example
White with #E831EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831EF; }
p { color: rgb(232,49,239); }
H1.HeaderClassName
{
color: #E831EF;
}
.AnyTagClassName
{
color: #E831EF;
}
</style>
background-color css
<style>
a { background-color: #E831EF; }
a { background-color: rgb(232,49,239); }
div.DivClassName
{
background-color: #E831EF;
}
.BgClassName
{
background-color: #E831EF;
}
</style>
border-color css
<style>
span { border-color: #E831EF; }
span { border-color: rgb(232,49,239); }
td.TdClassName
{
border-color: #E831EF;
}
.TagClassName
{
border-color: #E831EF;
}
</style>