Shades of Razzle Dazzle Rose #E849BB
Tints of Razzle Dazzle Rose #E849BB
RGB
CMYK
RGB Variations
Color information
#E849BB (or 0xE849BB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 49 and BB. RGB value is (232,73,187). Sum of RGB (Red+Green+Blue) = 232+73+187=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E849BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E849BB is #17B644. Grayscale: #858585. Windows color (decimal): -1553989 or 12274152. OLE color: 12274152.
HSL color Cylindrical-coordinate representation of color #E849BB: hue angle of 316.98º 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 #E849BB is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 187 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.09 |
| HSL | 316.98º | 0.78% | 0.6% | - |
| HSV(B) | 316.98º | 0.69% | 0.91% | - |
| XYZ | 44.63 | 25.51 | 49.59 | - |
| YUV | 133.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 187 | 0 | 0.69 | 0.19 | 0.09 | 316.98 | 0.78 | 0.6 |
| Hex | E8 | 49 | BB | 0 | 45 | 13 | 9 | 13D | 4E | 3C |
| Octal | 350 | 111 | 273 | 0 | 105 | 23 | 11 | 475 | 116 | 74 |
| Binary | 11101000 | 1001001 | 10111011 | 0 | 1000101 | 10011 | 1001 | 100111101 | 1001110 | 111100 |
Color Harmonies of #E849BB
Complementary color
Monochromatic Colors of #E849BB
Black with #E849BB
Text Example
Text Example
White with #E849BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849BB; }
p { color: rgb(232,73,187); }
H1.HeaderClassName
{
color: #E849BB;
}
.AnyTagClassName
{
color: #E849BB;
}
</style>
background-color css
<style>
a { background-color: #E849BB; }
a { background-color: rgb(232,73,187); }
div.DivClassName
{
background-color: #E849BB;
}
.BgClassName
{
background-color: #E849BB;
}
</style>
border-color css
<style>
span { border-color: #E849BB; }
span { border-color: rgb(232,73,187); }
td.TdClassName
{
border-color: #E849BB;
}
.TagClassName
{
border-color: #E849BB;
}
</style>