Shades of Razzle Dazzle Rose #E826DB
Tints of Razzle Dazzle Rose #E826DB
RGB
CMYK
RGB Variations
Color information
#E826DB (or 0xE826DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 26 and DB. RGB value is (232,38,219). Sum of RGB (Red+Green+Blue) = 232+38+219=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E826DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E826DB is #17D924. Grayscale: #747474. Windows color (decimal): -1562917 or 14362344. OLE color: 14362344.
HSL color Cylindrical-coordinate representation of color #E826DB: hue angle of 304.02º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E826DB is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 219 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.09 |
| HSL | 304.02º | 0.81% | 0.53% | - |
| HSV(B) | 304.02º | 0.84% | 0.91% | - |
| XYZ | 46.76 | 23.66 | 69.12 | - |
| YUV | 116.64 | 185.77 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 219 | 0 | 0.84 | 0.06 | 0.09 | 304.02 | 0.81 | 0.53 |
| Hex | E8 | 26 | DB | 0 | 54 | 6 | 9 | 130 | 51 | 35 |
| Octal | 350 | 46 | 333 | 0 | 124 | 6 | 11 | 460 | 121 | 65 |
| Binary | 11101000 | 100110 | 11011011 | 0 | 1010100 | 110 | 1001 | 100110000 | 1010001 | 110101 |
Color Harmonies of #E826DB
Complementary color
Monochromatic Colors of #E826DB
Black with #E826DB
Text Example
Text Example
White with #E826DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E826DB; }
p { color: rgb(232,38,219); }
H1.HeaderClassName
{
color: #E826DB;
}
.AnyTagClassName
{
color: #E826DB;
}
</style>
background-color css
<style>
a { background-color: #E826DB; }
a { background-color: rgb(232,38,219); }
div.DivClassName
{
background-color: #E826DB;
}
.BgClassName
{
background-color: #E826DB;
}
</style>
border-color css
<style>
span { border-color: #E826DB; }
span { border-color: rgb(232,38,219); }
td.TdClassName
{
border-color: #E826DB;
}
.TagClassName
{
border-color: #E826DB;
}
</style>