Shades of Razzle Dazzle Rose #E830DF
Tints of Razzle Dazzle Rose #E830DF
RGB
CMYK
RGB Variations
Color information
#E830DF (or 0xE830DF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and DF. RGB value is (232,48,223). Sum of RGB (Red+Green+Blue) = 232+48+223=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E830DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830DF is #17CF20. Grayscale: #7A7A7A. Windows color (decimal): -1560353 or 14627048. OLE color: 14627048.
HSL color Cylindrical-coordinate representation of color #E830DF: hue angle of 302.93º 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 #E830DF is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 223 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.09 |
| HSL | 302.93º | 0.8% | 0.55% | - |
| HSV(B) | 302.93º | 0.79% | 0.91% | - |
| XYZ | 47.65 | 24.6 | 72.05 | - |
| YUV | 122.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 223 | 0 | 0.79 | 0.04 | 0.09 | 302.93 | 0.8 | 0.55 |
| Hex | E8 | 30 | DF | 0 | 4F | 4 | 9 | 12F | 50 | 37 |
| Octal | 350 | 60 | 337 | 0 | 117 | 4 | 11 | 457 | 120 | 67 |
| Binary | 11101000 | 110000 | 11011111 | 0 | 1001111 | 100 | 1001 | 100101111 | 1010000 | 110111 |
Color Harmonies of #E830DF
Complementary color
Monochromatic Colors of #E830DF
Black with #E830DF
Text Example
Text Example
White with #E830DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E830DF; }
p { color: rgb(232,48,223); }
H1.HeaderClassName
{
color: #E830DF;
}
.AnyTagClassName
{
color: #E830DF;
}
</style>
background-color css
<style>
a { background-color: #E830DF; }
a { background-color: rgb(232,48,223); }
div.DivClassName
{
background-color: #E830DF;
}
.BgClassName
{
background-color: #E830DF;
}
</style>
border-color css
<style>
span { border-color: #E830DF; }
span { border-color: rgb(232,48,223); }
td.TdClassName
{
border-color: #E830DF;
}
.TagClassName
{
border-color: #E830DF;
}
</style>