Shades of Razzle Dazzle Rose #E329BC
Tints of Razzle Dazzle Rose #E329BC
RGB
CMYK
RGB Variations
Color information
#E329BC (or 0xE329BC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and BC. RGB value is (227,41,188). Sum of RGB (Red+Green+Blue) = 227+41+188=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E329BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329BC is #1CD643. Grayscale: #707070. Windows color (decimal): -1889860 or 12331491. OLE color: 12331491.
HSL color Cylindrical-coordinate representation of color #E329BC: hue angle of 312.58º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E329BC is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 188 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.11 |
| HSL | 312.58º | 0.77% | 0.53% | - |
| HSV(B) | 312.58º | 0.82% | 0.89% | - |
| XYZ | 41.55 | 21.55 | 49.55 | - |
| YUV | 113.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 188 | 0 | 0.82 | 0.17 | 0.11 | 312.58 | 0.77 | 0.53 |
| Hex | E3 | 29 | BC | 0 | 52 | 11 | B | 139 | 4D | 35 |
| Octal | 343 | 51 | 274 | 0 | 122 | 21 | 13 | 471 | 115 | 65 |
| Binary | 11100011 | 101001 | 10111100 | 0 | 1010010 | 10001 | 1011 | 100111001 | 1001101 | 110101 |
Color Harmonies of #E329BC
Complementary color
Monochromatic Colors of #E329BC
Black with #E329BC
Text Example
Text Example
White with #E329BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E329BC; }
p { color: rgb(227,41,188); }
H1.HeaderClassName
{
color: #E329BC;
}
.AnyTagClassName
{
color: #E329BC;
}
</style>
background-color css
<style>
a { background-color: #E329BC; }
a { background-color: rgb(227,41,188); }
div.DivClassName
{
background-color: #E329BC;
}
.BgClassName
{
background-color: #E329BC;
}
</style>
border-color css
<style>
span { border-color: #E329BC; }
span { border-color: rgb(227,41,188); }
td.TdClassName
{
border-color: #E329BC;
}
.TagClassName
{
border-color: #E329BC;
}
</style>