Shades of Razzle Dazzle Rose #E82ADC
Tints of Razzle Dazzle Rose #E82ADC
RGB
CMYK
RGB Variations
Color information
#E82ADC (or 0xE82ADC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2A and DC. RGB value is (232,42,220). Sum of RGB (Red+Green+Blue) = 232+42+220=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E82ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82ADC is #17D523. Grayscale: #767676. Windows color (decimal): -1561892 or 14428904. OLE color: 14428904.
HSL color Cylindrical-coordinate representation of color #E82ADC: hue angle of 303.79º 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 #E82ADC is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 220 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.09 |
| HSL | 303.79º | 0.81% | 0.54% | - |
| HSV(B) | 303.79º | 0.82% | 0.91% | - |
| XYZ | 47.02 | 23.98 | 69.86 | - |
| YUV | 119.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 220 | 0 | 0.82 | 0.05 | 0.09 | 303.79 | 0.81 | 0.54 |
| Hex | E8 | 2A | DC | 0 | 52 | 5 | 9 | 130 | 51 | 36 |
| Octal | 350 | 52 | 334 | 0 | 122 | 5 | 11 | 460 | 121 | 66 |
| Binary | 11101000 | 101010 | 11011100 | 0 | 1010010 | 101 | 1001 | 100110000 | 1010001 | 110110 |
Color Harmonies of #E82ADC
Complementary color
Monochromatic Colors of #E82ADC
Black with #E82ADC
Text Example
Text Example
White with #E82ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82ADC; }
p { color: rgb(232,42,220); }
H1.HeaderClassName
{
color: #E82ADC;
}
.AnyTagClassName
{
color: #E82ADC;
}
</style>
background-color css
<style>
a { background-color: #E82ADC; }
a { background-color: rgb(232,42,220); }
div.DivClassName
{
background-color: #E82ADC;
}
.BgClassName
{
background-color: #E82ADC;
}
</style>
border-color css
<style>
span { border-color: #E82ADC; }
span { border-color: rgb(232,42,220); }
td.TdClassName
{
border-color: #E82ADC;
}
.TagClassName
{
border-color: #E82ADC;
}
</style>