Shades of Razzle Dazzle Rose #E331BB
Tints of Razzle Dazzle Rose #E331BB
RGB
CMYK
RGB Variations
Color information
#E331BB (or 0xE331BB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and BB. RGB value is (227,49,187). Sum of RGB (Red+Green+Blue) = 227+49+187=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E331BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331BB is #1CCE44. Grayscale: #757575. Windows color (decimal): -1887813 or 12268003. OLE color: 12268003.
HSL color Cylindrical-coordinate representation of color #E331BB: hue angle of 313.48º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E331BB is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 187 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.11 |
| HSL | 313.48º | 0.76% | 0.54% | - |
| HSV(B) | 313.48º | 0.78% | 0.89% | - |
| XYZ | 41.75 | 22.12 | 49.08 | - |
| YUV | 117.95 | 166.97 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 187 | 0 | 0.78 | 0.18 | 0.11 | 313.48 | 0.76 | 0.54 |
| Hex | E3 | 31 | BB | 0 | 4E | 12 | B | 139 | 4C | 36 |
| Octal | 343 | 61 | 273 | 0 | 116 | 22 | 13 | 471 | 114 | 66 |
| Binary | 11100011 | 110001 | 10111011 | 0 | 1001110 | 10010 | 1011 | 100111001 | 1001100 | 110110 |
Color Harmonies of #E331BB
Complementary color
Monochromatic Colors of #E331BB
Black with #E331BB
Text Example
Text Example
White with #E331BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331BB; }
p { color: rgb(227,49,187); }
H1.HeaderClassName
{
color: #E331BB;
}
.AnyTagClassName
{
color: #E331BB;
}
</style>
background-color css
<style>
a { background-color: #E331BB; }
a { background-color: rgb(227,49,187); }
div.DivClassName
{
background-color: #E331BB;
}
.BgClassName
{
background-color: #E331BB;
}
</style>
border-color css
<style>
span { border-color: #E331BB; }
span { border-color: rgb(227,49,187); }
td.TdClassName
{
border-color: #E331BB;
}
.TagClassName
{
border-color: #E331BB;
}
</style>