Shades of Razzle Dazzle Rose #E830B9
Tints of Razzle Dazzle Rose #E830B9
RGB
CMYK
RGB Variations
Color information
#E830B9 (or 0xE830B9) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and B9. RGB value is (232,48,185). Sum of RGB (Red+Green+Blue) = 232+48+185=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E830B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830B9 is #17CF46. Grayscale: #767676. Windows color (decimal): -1560391 or 12136680. OLE color: 12136680.
HSL color Cylindrical-coordinate representation of color #E830B9: hue angle of 315.33º 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 #E830B9 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 185 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.09 |
| HSL | 315.33º | 0.8% | 0.55% | - |
| HSV(B) | 315.33º | 0.79% | 0.91% | - |
| XYZ | 43.09 | 22.77 | 48.02 | - |
| YUV | 118.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 185 | 0 | 0.79 | 0.20 | 0.09 | 315.33 | 0.8 | 0.55 |
| Hex | E8 | 30 | B9 | 0 | 4F | 14 | 9 | 13B | 50 | 37 |
| Octal | 350 | 60 | 271 | 0 | 117 | 24 | 11 | 473 | 120 | 67 |
| Binary | 11101000 | 110000 | 10111001 | 0 | 1001111 | 10100 | 1001 | 100111011 | 1010000 | 110111 |
Color Harmonies of #E830B9
Complementary color
Monochromatic Colors of #E830B9
Black with #E830B9
Text Example
Text Example
White with #E830B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E830B9; }
p { color: rgb(232,48,185); }
H1.HeaderClassName
{
color: #E830B9;
}
.AnyTagClassName
{
color: #E830B9;
}
</style>
background-color css
<style>
a { background-color: #E830B9; }
a { background-color: rgb(232,48,185); }
div.DivClassName
{
background-color: #E830B9;
}
.BgClassName
{
background-color: #E830B9;
}
</style>
border-color css
<style>
span { border-color: #E830B9; }
span { border-color: rgb(232,48,185); }
td.TdClassName
{
border-color: #E830B9;
}
.TagClassName
{
border-color: #E830B9;
}
</style>