Shades of Razzle Dazzle Rose #E831ED
Tints of Razzle Dazzle Rose #E831ED
RGB
CMYK
RGB Variations
Color information
#E831ED (or 0xE831ED) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and ED. RGB value is (232,49,237). Sum of RGB (Red+Green+Blue) = 232+49+237=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 49 (19.53% from 255 or 9.46% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #E831ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E831ED is #17CE12. Grayscale: #7C7C7C. Windows color (decimal): -1560083 or 15544808. OLE color: 15544808.
HSL color Cylindrical-coordinate representation of color #E831ED: hue angle of 298.4º 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 #E831ED is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 49 | 237 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.07 |
| HSL | 298.4º | 0.84% | 0.56% | - |
| HSV(B) | 298.4º | 0.79% | 0.93% | - |
| XYZ | 49.66 | 25.47 | 82.42 | - |
| YUV | 125.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 237 | 0.02 | 0.79 | 0 | 0.07 | 298.4 | 0.84 | 0.56 |
| Hex | E8 | 31 | ED | 2 | 4F | 0 | 7 | 12A | 54 | 38 |
| Octal | 350 | 61 | 355 | 2 | 117 | 0 | 7 | 452 | 124 | 70 |
| Binary | 11101000 | 110001 | 11101101 | 10 | 1001111 | 0 | 111 | 100101010 | 1010100 | 111000 |
Color Harmonies of #E831ED
Complementary color
Monochromatic Colors of #E831ED
Black with #E831ED
Text Example
Text Example
White with #E831ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831ED; }
p { color: rgb(232,49,237); }
H1.HeaderClassName
{
color: #E831ED;
}
.AnyTagClassName
{
color: #E831ED;
}
</style>
background-color css
<style>
a { background-color: #E831ED; }
a { background-color: rgb(232,49,237); }
div.DivClassName
{
background-color: #E831ED;
}
.BgClassName
{
background-color: #E831ED;
}
</style>
border-color css
<style>
span { border-color: #E831ED; }
span { border-color: rgb(232,49,237); }
td.TdClassName
{
border-color: #E831ED;
}
.TagClassName
{
border-color: #E831ED;
}
</style>