Shades of Razzle Dazzle Rose #E429BE
Tints of Razzle Dazzle Rose #E429BE
RGB
CMYK
RGB Variations
Color information
#E429BE (or 0xE429BE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and BE. RGB value is (228,41,190). Sum of RGB (Red+Green+Blue) = 228+41+190=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E429BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429BE is #1BD641. Grayscale: #717171. Windows color (decimal): -1824322 or 12462564. OLE color: 12462564.
HSL color Cylindrical-coordinate representation of color #E429BE: hue angle of 312.19º 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 #E429BE is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 190 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.11 |
| HSL | 312.19º | 0.78% | 0.53% | - |
| HSV(B) | 312.19º | 0.82% | 0.89% | - |
| XYZ | 42.08 | 21.8 | 50.7 | - |
| YUV | 113.9 | 170.95 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 190 | 0 | 0.82 | 0.17 | 0.11 | 312.19 | 0.78 | 0.53 |
| Hex | E4 | 29 | BE | 0 | 52 | 11 | B | 138 | 4E | 35 |
| Octal | 344 | 51 | 276 | 0 | 122 | 21 | 13 | 470 | 116 | 65 |
| Binary | 11100100 | 101001 | 10111110 | 0 | 1010010 | 10001 | 1011 | 100111000 | 1001110 | 110101 |
Color Harmonies of #E429BE
Complementary color
Monochromatic Colors of #E429BE
Black with #E429BE
Text Example
Text Example
White with #E429BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429BE; }
p { color: rgb(228,41,190); }
H1.HeaderClassName
{
color: #E429BE;
}
.AnyTagClassName
{
color: #E429BE;
}
</style>
background-color css
<style>
a { background-color: #E429BE; }
a { background-color: rgb(228,41,190); }
div.DivClassName
{
background-color: #E429BE;
}
.BgClassName
{
background-color: #E429BE;
}
</style>
border-color css
<style>
span { border-color: #E429BE; }
span { border-color: rgb(228,41,190); }
td.TdClassName
{
border-color: #E429BE;
}
.TagClassName
{
border-color: #E429BE;
}
</style>