Shades of Razzle Dazzle Rose #E328BB
Tints of Razzle Dazzle Rose #E328BB
RGB
CMYK
RGB Variations
Color information
#E328BB (or 0xE328BB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and BB. RGB value is (227,40,187). Sum of RGB (Red+Green+Blue) = 227+40+187=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E328BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328BB is #1CD744. Grayscale: #707070. Windows color (decimal): -1890117 or 12265699. OLE color: 12265699.
HSL color Cylindrical-coordinate representation of color #E328BB: hue angle of 312.83º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E328BB is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 187 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.11 |
| HSL | 312.83º | 0.77% | 0.52% | - |
| HSV(B) | 312.83º | 0.82% | 0.89% | - |
| XYZ | 41.41 | 21.44 | 48.97 | - |
| YUV | 112.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 187 | 0 | 0.82 | 0.18 | 0.11 | 312.83 | 0.77 | 0.52 |
| Hex | E3 | 28 | BB | 0 | 52 | 12 | B | 139 | 4D | 34 |
| Octal | 343 | 50 | 273 | 0 | 122 | 22 | 13 | 471 | 115 | 64 |
| Binary | 11100011 | 101000 | 10111011 | 0 | 1010010 | 10010 | 1011 | 100111001 | 1001101 | 110100 |
Color Harmonies of #E328BB
Complementary color
Monochromatic Colors of #E328BB
Black with #E328BB
Text Example
Text Example
White with #E328BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328BB; }
p { color: rgb(227,40,187); }
H1.HeaderClassName
{
color: #E328BB;
}
.AnyTagClassName
{
color: #E328BB;
}
</style>
background-color css
<style>
a { background-color: #E328BB; }
a { background-color: rgb(227,40,187); }
div.DivClassName
{
background-color: #E328BB;
}
.BgClassName
{
background-color: #E328BB;
}
</style>
border-color css
<style>
span { border-color: #E328BB; }
span { border-color: rgb(227,40,187); }
td.TdClassName
{
border-color: #E328BB;
}
.TagClassName
{
border-color: #E328BB;
}
</style>