Shades of Razzle Dazzle Rose #E829C1
Tints of Razzle Dazzle Rose #E829C1
RGB
CMYK
RGB Variations
Color information
#E829C1 (or 0xE829C1) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and C1. RGB value is (232,41,193). Sum of RGB (Red+Green+Blue) = 232+41+193=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E829C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829C1 is #17D63E. Grayscale: #737373. Windows color (decimal): -1562175 or 12659176. OLE color: 12659176.
HSL color Cylindrical-coordinate representation of color #E829C1: hue angle of 312.25º 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 #E829C1 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 193 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.09 |
| HSL | 312.25º | 0.81% | 0.54% | - |
| HSV(B) | 312.25º | 0.82% | 0.91% | - |
| XYZ | 43.7 | 22.59 | 52.51 | - |
| YUV | 115.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 193 | 0 | 0.82 | 0.17 | 0.09 | 312.25 | 0.81 | 0.54 |
| Hex | E8 | 29 | C1 | 0 | 52 | 11 | 9 | 138 | 51 | 36 |
| Octal | 350 | 51 | 301 | 0 | 122 | 21 | 11 | 470 | 121 | 66 |
| Binary | 11101000 | 101001 | 11000001 | 0 | 1010010 | 10001 | 1001 | 100111000 | 1010001 | 110110 |
Color Harmonies of #E829C1
Complementary color
Monochromatic Colors of #E829C1
Black with #E829C1
Text Example
Text Example
White with #E829C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829C1; }
p { color: rgb(232,41,193); }
H1.HeaderClassName
{
color: #E829C1;
}
.AnyTagClassName
{
color: #E829C1;
}
</style>
background-color css
<style>
a { background-color: #E829C1; }
a { background-color: rgb(232,41,193); }
div.DivClassName
{
background-color: #E829C1;
}
.BgClassName
{
background-color: #E829C1;
}
</style>
border-color css
<style>
span { border-color: #E829C1; }
span { border-color: rgb(232,41,193); }
td.TdClassName
{
border-color: #E829C1;
}
.TagClassName
{
border-color: #E829C1;
}
</style>