Shades of Razzle Dazzle Rose #E332BC
Tints of Razzle Dazzle Rose #E332BC
RGB
CMYK
RGB Variations
Color information
#E332BC (or 0xE332BC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 32 and BC. RGB value is (227,50,188). Sum of RGB (Red+Green+Blue) = 227+50+188=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E332BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332BC is #1CCD43. Grayscale: #767676. Windows color (decimal): -1887556 or 12333795. OLE color: 12333795.
HSL color Cylindrical-coordinate representation of color #E332BC: hue angle of 313.22º 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 #E332BC is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 188 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.11 |
| HSL | 313.22º | 0.76% | 0.54% | - |
| HSV(B) | 313.22º | 0.78% | 0.89% | - |
| XYZ | 41.9 | 22.24 | 49.66 | - |
| YUV | 118.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 188 | 0 | 0.78 | 0.17 | 0.11 | 313.22 | 0.76 | 0.54 |
| Hex | E3 | 32 | BC | 0 | 4E | 11 | B | 139 | 4C | 36 |
| Octal | 343 | 62 | 274 | 0 | 116 | 21 | 13 | 471 | 114 | 66 |
| Binary | 11100011 | 110010 | 10111100 | 0 | 1001110 | 10001 | 1011 | 100111001 | 1001100 | 110110 |
Color Harmonies of #E332BC
Complementary color
Monochromatic Colors of #E332BC
Black with #E332BC
Text Example
Text Example
White with #E332BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E332BC; }
p { color: rgb(227,50,188); }
H1.HeaderClassName
{
color: #E332BC;
}
.AnyTagClassName
{
color: #E332BC;
}
</style>
background-color css
<style>
a { background-color: #E332BC; }
a { background-color: rgb(227,50,188); }
div.DivClassName
{
background-color: #E332BC;
}
.BgClassName
{
background-color: #E332BC;
}
</style>
border-color css
<style>
span { border-color: #E332BC; }
span { border-color: rgb(227,50,188); }
td.TdClassName
{
border-color: #E332BC;
}
.TagClassName
{
border-color: #E332BC;
}
</style>