Shades of Razzle Dazzle Rose #E82ADB
Tints of Razzle Dazzle Rose #E82ADB
RGB
CMYK
RGB Variations
Color information
#E82ADB (or 0xE82ADB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2A and DB. RGB value is (232,42,219). Sum of RGB (Red+Green+Blue) = 232+42+219=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E82ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82ADB is #17D524. Grayscale: #767676. Windows color (decimal): -1561893 or 14363368. OLE color: 14363368.
HSL color Cylindrical-coordinate representation of color #E82ADB: hue angle of 304.11º 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 #E82ADB is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 219 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.09 |
| HSL | 304.11º | 0.81% | 0.54% | - |
| HSV(B) | 304.11º | 0.82% | 0.91% | - |
| XYZ | 46.89 | 23.93 | 69.16 | - |
| YUV | 118.99 | 184.45 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 219 | 0 | 0.82 | 0.06 | 0.09 | 304.11 | 0.81 | 0.54 |
| Hex | E8 | 2A | DB | 0 | 52 | 6 | 9 | 130 | 51 | 36 |
| Octal | 350 | 52 | 333 | 0 | 122 | 6 | 11 | 460 | 121 | 66 |
| Binary | 11101000 | 101010 | 11011011 | 0 | 1010010 | 110 | 1001 | 100110000 | 1010001 | 110110 |
Color Harmonies of #E82ADB
Complementary color
Monochromatic Colors of #E82ADB
Black with #E82ADB
Text Example
Text Example
White with #E82ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82ADB; }
p { color: rgb(232,42,219); }
H1.HeaderClassName
{
color: #E82ADB;
}
.AnyTagClassName
{
color: #E82ADB;
}
</style>
background-color css
<style>
a { background-color: #E82ADB; }
a { background-color: rgb(232,42,219); }
div.DivClassName
{
background-color: #E82ADB;
}
.BgClassName
{
background-color: #E82ADB;
}
</style>
border-color css
<style>
span { border-color: #E82ADB; }
span { border-color: rgb(232,42,219); }
td.TdClassName
{
border-color: #E82ADB;
}
.TagClassName
{
border-color: #E82ADB;
}
</style>