Shades of Razzle Dazzle Rose #E849BA
Tints of Razzle Dazzle Rose #E849BA
RGB
CMYK
RGB Variations
Color information
#E849BA (or 0xE849BA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 49 and BA. RGB value is (232,73,186). Sum of RGB (Red+Green+Blue) = 232+73+186=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E849BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E849BA is #17B645. Grayscale: #858585. Windows color (decimal): -1553990 or 12208616. OLE color: 12208616.
HSL color Cylindrical-coordinate representation of color #E849BA: hue angle of 317.36º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E849BA is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 186 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.09 |
| HSL | 317.36º | 0.78% | 0.6% | - |
| HSV(B) | 317.36º | 0.69% | 0.91% | - |
| XYZ | 44.52 | 25.47 | 49.02 | - |
| YUV | 133.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 186 | 0 | 0.69 | 0.20 | 0.09 | 317.36 | 0.78 | 0.6 |
| Hex | E8 | 49 | BA | 0 | 45 | 14 | 9 | 13D | 4E | 3C |
| Octal | 350 | 111 | 272 | 0 | 105 | 24 | 11 | 475 | 116 | 74 |
| Binary | 11101000 | 1001001 | 10111010 | 0 | 1000101 | 10100 | 1001 | 100111101 | 1001110 | 111100 |
Color Harmonies of #E849BA
Complementary color
Monochromatic Colors of #E849BA
Black with #E849BA
Text Example
Text Example
White with #E849BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849BA; }
p { color: rgb(232,73,186); }
H1.HeaderClassName
{
color: #E849BA;
}
.AnyTagClassName
{
color: #E849BA;
}
</style>
background-color css
<style>
a { background-color: #E849BA; }
a { background-color: rgb(232,73,186); }
div.DivClassName
{
background-color: #E849BA;
}
.BgClassName
{
background-color: #E849BA;
}
</style>
border-color css
<style>
span { border-color: #E849BA; }
span { border-color: rgb(232,73,186); }
td.TdClassName
{
border-color: #E849BA;
}
.TagClassName
{
border-color: #E849BA;
}
</style>