Shades of Razzle Dazzle Rose #E829CC
Tints of Razzle Dazzle Rose #E829CC
RGB
CMYK
RGB Variations
Color information
#E829CC (or 0xE829CC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and CC. RGB value is (232,41,204). Sum of RGB (Red+Green+Blue) = 232+41+204=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E829CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829CC is #17D633. Grayscale: #747474. Windows color (decimal): -1562164 or 13380072. OLE color: 13380072.
HSL color Cylindrical-coordinate representation of color #E829CC: hue angle of 308.8º 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 #E829CC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 204 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.09 |
| HSL | 308.8º | 0.81% | 0.54% | - |
| HSV(B) | 308.8º | 0.82% | 0.91% | - |
| XYZ | 44.97 | 23.1 | 59.22 | - |
| YUV | 116.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 204 | 0 | 0.82 | 0.12 | 0.09 | 308.8 | 0.81 | 0.54 |
| Hex | E8 | 29 | CC | 0 | 52 | C | 9 | 135 | 51 | 36 |
| Octal | 350 | 51 | 314 | 0 | 122 | 14 | 11 | 465 | 121 | 66 |
| Binary | 11101000 | 101001 | 11001100 | 0 | 1010010 | 1100 | 1001 | 100110101 | 1010001 | 110110 |
Color Harmonies of #E829CC
Complementary color
Monochromatic Colors of #E829CC
Black with #E829CC
Text Example
Text Example
White with #E829CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E829CC; }
p { color: rgb(232,41,204); }
H1.HeaderClassName
{
color: #E829CC;
}
.AnyTagClassName
{
color: #E829CC;
}
</style>
background-color css
<style>
a { background-color: #E829CC; }
a { background-color: rgb(232,41,204); }
div.DivClassName
{
background-color: #E829CC;
}
.BgClassName
{
background-color: #E829CC;
}
</style>
border-color css
<style>
span { border-color: #E829CC; }
span { border-color: rgb(232,41,204); }
td.TdClassName
{
border-color: #E829CC;
}
.TagClassName
{
border-color: #E829CC;
}
</style>