Shades of Razzle Dazzle Rose #E82CC4
Tints of Razzle Dazzle Rose #E82CC4
RGB
CMYK
RGB Variations
Color information
#E82CC4 (or 0xE82CC4) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2C and C4. RGB value is (232,44,196). Sum of RGB (Red+Green+Blue) = 232+44+196=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E82CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82CC4 is #17D33B. Grayscale: #757575. Windows color (decimal): -1561404 or 12856552. OLE color: 12856552.
HSL color Cylindrical-coordinate representation of color #E82CC4: hue angle of 311.49º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82CC4 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 196 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.09 |
| HSL | 311.49º | 0.8% | 0.54% | - |
| HSV(B) | 311.49º | 0.81% | 0.91% | - |
| XYZ | 44.14 | 22.94 | 54.33 | - |
| YUV | 117.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 196 | 0 | 0.81 | 0.16 | 0.09 | 311.49 | 0.8 | 0.54 |
| Hex | E8 | 2C | C4 | 0 | 51 | 10 | 9 | 137 | 50 | 36 |
| Octal | 350 | 54 | 304 | 0 | 121 | 20 | 11 | 467 | 120 | 66 |
| Binary | 11101000 | 101100 | 11000100 | 0 | 1010001 | 10000 | 1001 | 100110111 | 1010000 | 110110 |
Color Harmonies of #E82CC4
Complementary color
Monochromatic Colors of #E82CC4
Black with #E82CC4
Text Example
Text Example
White with #E82CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82CC4; }
p { color: rgb(232,44,196); }
H1.HeaderClassName
{
color: #E82CC4;
}
.AnyTagClassName
{
color: #E82CC4;
}
</style>
background-color css
<style>
a { background-color: #E82CC4; }
a { background-color: rgb(232,44,196); }
div.DivClassName
{
background-color: #E82CC4;
}
.BgClassName
{
background-color: #E82CC4;
}
</style>
border-color css
<style>
span { border-color: #E82CC4; }
span { border-color: rgb(232,44,196); }
td.TdClassName
{
border-color: #E82CC4;
}
.TagClassName
{
border-color: #E82CC4;
}
</style>