Shades of Razzle Dazzle Rose #E831DD
Tints of Razzle Dazzle Rose #E831DD
RGB
CMYK
RGB Variations
Color information
#E831DD (or 0xE831DD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and DD. RGB value is (232,49,221). Sum of RGB (Red+Green+Blue) = 232+49+221=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E831DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E831DD is #17CE22. Grayscale: #7A7A7A. Windows color (decimal): -1560099 or 14496232. OLE color: 14496232.
HSL color Cylindrical-coordinate representation of color #E831DD: hue angle of 303.61º degrees, saturation: 0.8, 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 #E831DD is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 221 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.09 |
| HSL | 303.61º | 0.8% | 0.55% | - |
| HSV(B) | 303.61º | 0.79% | 0.91% | - |
| XYZ | 47.43 | 24.57 | 70.65 | - |
| YUV | 123.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 221 | 0 | 0.79 | 0.05 | 0.09 | 303.61 | 0.8 | 0.55 |
| Hex | E8 | 31 | DD | 0 | 4F | 5 | 9 | 130 | 50 | 37 |
| Octal | 350 | 61 | 335 | 0 | 117 | 5 | 11 | 460 | 120 | 67 |
| Binary | 11101000 | 110001 | 11011101 | 0 | 1001111 | 101 | 1001 | 100110000 | 1010000 | 110111 |
Color Harmonies of #E831DD
Complementary color
Monochromatic Colors of #E831DD
Black with #E831DD
Text Example
Text Example
White with #E831DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831DD; }
p { color: rgb(232,49,221); }
H1.HeaderClassName
{
color: #E831DD;
}
.AnyTagClassName
{
color: #E831DD;
}
</style>
background-color css
<style>
a { background-color: #E831DD; }
a { background-color: rgb(232,49,221); }
div.DivClassName
{
background-color: #E831DD;
}
.BgClassName
{
background-color: #E831DD;
}
</style>
border-color css
<style>
span { border-color: #E831DD; }
span { border-color: rgb(232,49,221); }
td.TdClassName
{
border-color: #E831DD;
}
.TagClassName
{
border-color: #E831DD;
}
</style>