Shades of Razzle Dazzle Rose #E829C2
Tints of Razzle Dazzle Rose #E829C2
RGB
CMYK
RGB Variations
Color information
#E829C2 (or 0xE829C2) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and C2. RGB value is (232,41,194). Sum of RGB (Red+Green+Blue) = 232+41+194=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E829C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829C2 is #17D63D. Grayscale: #737373. Windows color (decimal): -1562174 or 12724712. OLE color: 12724712.
HSL color Cylindrical-coordinate representation of color #E829C2: hue angle of 311.94º 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 #E829C2 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 194 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.09 |
| HSL | 311.94º | 0.81% | 0.54% | - |
| HSV(B) | 311.94º | 0.82% | 0.91% | - |
| XYZ | 43.81 | 22.64 | 53.1 | - |
| YUV | 115.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 194 | 0 | 0.82 | 0.16 | 0.09 | 311.94 | 0.81 | 0.54 |
| Hex | E8 | 29 | C2 | 0 | 52 | 10 | 9 | 138 | 51 | 36 |
| Octal | 350 | 51 | 302 | 0 | 122 | 20 | 11 | 470 | 121 | 66 |
| Binary | 11101000 | 101001 | 11000010 | 0 | 1010010 | 10000 | 1001 | 100111000 | 1010001 | 110110 |
Color Harmonies of #E829C2
Complementary color
Monochromatic Colors of #E829C2
Black with #E829C2
Text Example
Text Example
White with #E829C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829C2; }
p { color: rgb(232,41,194); }
H1.HeaderClassName
{
color: #E829C2;
}
.AnyTagClassName
{
color: #E829C2;
}
</style>
background-color css
<style>
a { background-color: #E829C2; }
a { background-color: rgb(232,41,194); }
div.DivClassName
{
background-color: #E829C2;
}
.BgClassName
{
background-color: #E829C2;
}
</style>
border-color css
<style>
span { border-color: #E829C2; }
span { border-color: rgb(232,41,194); }
td.TdClassName
{
border-color: #E829C2;
}
.TagClassName
{
border-color: #E829C2;
}
</style>