Shades of Razzle Dazzle Rose #E929C0
Tints of Razzle Dazzle Rose #E929C0
RGB
CMYK
RGB Variations
Color information
#E929C0 (or 0xE929C0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 29 and C0. RGB value is (233,41,192). Sum of RGB (Red+Green+Blue) = 233+41+192=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E929C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E929C0 is #16D63F. Grayscale: #737373. Windows color (decimal): -1496640 or 12593641. OLE color: 12593641.
HSL color Cylindrical-coordinate representation of color #E929C0: hue angle of 312.81º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E929C0 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 192 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.09 |
| HSL | 312.81º | 0.81% | 0.54% | - |
| HSV(B) | 312.81º | 0.82% | 0.91% | - |
| XYZ | 43.91 | 22.72 | 51.94 | - |
| YUV | 115.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 192 | 0 | 0.82 | 0.18 | 0.09 | 312.81 | 0.81 | 0.54 |
| Hex | E9 | 29 | C0 | 0 | 52 | 12 | 9 | 139 | 51 | 36 |
| Octal | 351 | 51 | 300 | 0 | 122 | 22 | 11 | 471 | 121 | 66 |
| Binary | 11101001 | 101001 | 11000000 | 0 | 1010010 | 10010 | 1001 | 100111001 | 1010001 | 110110 |
Color Harmonies of #E929C0
Complementary color
Monochromatic Colors of #E929C0
Black with #E929C0
Text Example
Text Example
White with #E929C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929C0; }
p { color: rgb(233,41,192); }
H1.HeaderClassName
{
color: #E929C0;
}
.AnyTagClassName
{
color: #E929C0;
}
</style>
background-color css
<style>
a { background-color: #E929C0; }
a { background-color: rgb(233,41,192); }
div.DivClassName
{
background-color: #E929C0;
}
.BgClassName
{
background-color: #E929C0;
}
</style>
border-color css
<style>
span { border-color: #E929C0; }
span { border-color: rgb(233,41,192); }
td.TdClassName
{
border-color: #E929C0;
}
.TagClassName
{
border-color: #E929C0;
}
</style>