Shades of Razzle Dazzle Rose #E830BB
Tints of Razzle Dazzle Rose #E830BB
RGB
CMYK
RGB Variations
Color information
#E830BB (or 0xE830BB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and BB. RGB value is (232,48,187). Sum of RGB (Red+Green+Blue) = 232+48+187=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E830BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830BB is #17CF44. Grayscale: #767676. Windows color (decimal): -1560389 or 12267752. OLE color: 12267752.
HSL color Cylindrical-coordinate representation of color #E830BB: hue angle of 314.67º 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 #E830BB is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 187 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.09 |
| HSL | 314.67º | 0.8% | 0.55% | - |
| HSV(B) | 314.67º | 0.79% | 0.91% | - |
| XYZ | 43.31 | 22.86 | 49.14 | - |
| YUV | 118.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 187 | 0 | 0.79 | 0.19 | 0.09 | 314.67 | 0.8 | 0.55 |
| Hex | E8 | 30 | BB | 0 | 4F | 13 | 9 | 13B | 50 | 37 |
| Octal | 350 | 60 | 273 | 0 | 117 | 23 | 11 | 473 | 120 | 67 |
| Binary | 11101000 | 110000 | 10111011 | 0 | 1001111 | 10011 | 1001 | 100111011 | 1010000 | 110111 |
Color Harmonies of #E830BB
Complementary color
Monochromatic Colors of #E830BB
Black with #E830BB
Text Example
Text Example
White with #E830BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E830BB; }
p { color: rgb(232,48,187); }
H1.HeaderClassName
{
color: #E830BB;
}
.AnyTagClassName
{
color: #E830BB;
}
</style>
background-color css
<style>
a { background-color: #E830BB; }
a { background-color: rgb(232,48,187); }
div.DivClassName
{
background-color: #E830BB;
}
.BgClassName
{
background-color: #E830BB;
}
</style>
border-color css
<style>
span { border-color: #E830BB; }
span { border-color: rgb(232,48,187); }
td.TdClassName
{
border-color: #E830BB;
}
.TagClassName
{
border-color: #E830BB;
}
</style>