Shades of Razzle Dazzle Rose #E529BC
Tints of Razzle Dazzle Rose #E529BC
RGB
CMYK
RGB Variations
Color information
#E529BC (or 0xE529BC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and BC. RGB value is (229,41,188). Sum of RGB (Red+Green+Blue) = 229+41+188=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E529BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529BC is #1AD643. Grayscale: #717171. Windows color (decimal): -1758788 or 12331493. OLE color: 12331493.
HSL color Cylindrical-coordinate representation of color #E529BC: hue angle of 313.09º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529BC is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 188 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.10 |
| HSL | 313.09º | 0.78% | 0.53% | - |
| HSV(B) | 313.09º | 0.82% | 0.9% | - |
| XYZ | 42.18 | 21.87 | 49.58 | - |
| YUV | 113.97 | 169.78 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 188 | 0 | 0.82 | 0.18 | 0.10 | 313.09 | 0.78 | 0.53 |
| Hex | E5 | 29 | BC | 0 | 52 | 12 | A | 139 | 4E | 35 |
| Octal | 345 | 51 | 274 | 0 | 122 | 22 | 12 | 471 | 116 | 65 |
| Binary | 11100101 | 101001 | 10111100 | 0 | 1010010 | 10010 | 1010 | 100111001 | 1001110 | 110101 |
Color Harmonies of #E529BC
Complementary color
Monochromatic Colors of #E529BC
Black with #E529BC
Text Example
Text Example
White with #E529BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E529BC; }
p { color: rgb(229,41,188); }
H1.HeaderClassName
{
color: #E529BC;
}
.AnyTagClassName
{
color: #E529BC;
}
</style>
background-color css
<style>
a { background-color: #E529BC; }
a { background-color: rgb(229,41,188); }
div.DivClassName
{
background-color: #E529BC;
}
.BgClassName
{
background-color: #E529BC;
}
</style>
border-color css
<style>
span { border-color: #E529BC; }
span { border-color: rgb(229,41,188); }
td.TdClassName
{
border-color: #E529BC;
}
.TagClassName
{
border-color: #E529BC;
}
</style>