Shades of Razzle Dazzle Rose #E429BD
Tints of Razzle Dazzle Rose #E429BD
RGB
CMYK
RGB Variations
Color information
#E429BD (or 0xE429BD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and BD. RGB value is (228,41,189). Sum of RGB (Red+Green+Blue) = 228+41+189=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E429BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429BD is #1BD642. Grayscale: #717171. Windows color (decimal): -1824323 or 12397028. OLE color: 12397028.
HSL color Cylindrical-coordinate representation of color #E429BD: hue angle of 312.51º degrees, saturation: 0.78, 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 #E429BD is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 189 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.11 |
| HSL | 312.51º | 0.78% | 0.53% | - |
| HSV(B) | 312.51º | 0.82% | 0.89% | - |
| XYZ | 41.97 | 21.75 | 50.13 | - |
| YUV | 113.79 | 170.45 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 189 | 0 | 0.82 | 0.17 | 0.11 | 312.51 | 0.78 | 0.53 |
| Hex | E4 | 29 | BD | 0 | 52 | 11 | B | 139 | 4E | 35 |
| Octal | 344 | 51 | 275 | 0 | 122 | 21 | 13 | 471 | 116 | 65 |
| Binary | 11100100 | 101001 | 10111101 | 0 | 1010010 | 10001 | 1011 | 100111001 | 1001110 | 110101 |
Color Harmonies of #E429BD
Complementary color
Monochromatic Colors of #E429BD
Black with #E429BD
Text Example
Text Example
White with #E429BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429BD; }
p { color: rgb(228,41,189); }
H1.HeaderClassName
{
color: #E429BD;
}
.AnyTagClassName
{
color: #E429BD;
}
</style>
background-color css
<style>
a { background-color: #E429BD; }
a { background-color: rgb(228,41,189); }
div.DivClassName
{
background-color: #E429BD;
}
.BgClassName
{
background-color: #E429BD;
}
</style>
border-color css
<style>
span { border-color: #E429BD; }
span { border-color: rgb(228,41,189); }
td.TdClassName
{
border-color: #E429BD;
}
.TagClassName
{
border-color: #E429BD;
}
</style>