Shades of Razzle Dazzle Rose #E831BA
Tints of Razzle Dazzle Rose #E831BA
RGB
CMYK
RGB Variations
Color information
#E831BA (or 0xE831BA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and BA. RGB value is (232,49,186). Sum of RGB (Red+Green+Blue) = 232+49+186=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E831BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E831BA is #17CE45. Grayscale: #767676. Windows color (decimal): -1560134 or 12202472. OLE color: 12202472.
HSL color Cylindrical-coordinate representation of color #E831BA: hue angle of 315.08º 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 #E831BA is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 186 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.09 |
| HSL | 315.08º | 0.8% | 0.55% | - |
| HSV(B) | 315.08º | 0.79% | 0.91% | - |
| XYZ | 43.24 | 22.9 | 48.6 | - |
| YUV | 119.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 186 | 0 | 0.79 | 0.20 | 0.09 | 315.08 | 0.8 | 0.55 |
| Hex | E8 | 31 | BA | 0 | 4F | 14 | 9 | 13B | 50 | 37 |
| Octal | 350 | 61 | 272 | 0 | 117 | 24 | 11 | 473 | 120 | 67 |
| Binary | 11101000 | 110001 | 10111010 | 0 | 1001111 | 10100 | 1001 | 100111011 | 1010000 | 110111 |
Color Harmonies of #E831BA
Complementary color
Monochromatic Colors of #E831BA
Black with #E831BA
Text Example
Text Example
White with #E831BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831BA; }
p { color: rgb(232,49,186); }
H1.HeaderClassName
{
color: #E831BA;
}
.AnyTagClassName
{
color: #E831BA;
}
</style>
background-color css
<style>
a { background-color: #E831BA; }
a { background-color: rgb(232,49,186); }
div.DivClassName
{
background-color: #E831BA;
}
.BgClassName
{
background-color: #E831BA;
}
</style>
border-color css
<style>
span { border-color: #E831BA; }
span { border-color: rgb(232,49,186); }
td.TdClassName
{
border-color: #E831BA;
}
.TagClassName
{
border-color: #E831BA;
}
</style>