Shades of Razzle Dazzle Rose #E530DB
Tints of Razzle Dazzle Rose #E530DB
RGB
CMYK
RGB Variations
Color information
#E530DB (or 0xE530DB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and DB. RGB value is (229,48,219). Sum of RGB (Red+Green+Blue) = 229+48+219=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E530DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530DB is #1ACF24. Grayscale: #797979. Windows color (decimal): -1756965 or 14364901. OLE color: 14364901.
HSL color Cylindrical-coordinate representation of color #E530DB: hue angle of 303.31º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E530DB is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 219 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.10 |
| HSL | 303.31º | 0.78% | 0.54% | - |
| HSV(B) | 303.31º | 0.79% | 0.9% | - |
| XYZ | 46.16 | 23.89 | 69.2 | - |
| YUV | 121.61 | 182.97 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 219 | 0 | 0.79 | 0.04 | 0.10 | 303.31 | 0.78 | 0.54 |
| Hex | E5 | 30 | DB | 0 | 4F | 4 | A | 12F | 4E | 36 |
| Octal | 345 | 60 | 333 | 0 | 117 | 4 | 12 | 457 | 116 | 66 |
| Binary | 11100101 | 110000 | 11011011 | 0 | 1001111 | 100 | 1010 | 100101111 | 1001110 | 110110 |
Color Harmonies of #E530DB
Complementary color
Monochromatic Colors of #E530DB
Black with #E530DB
Text Example
Text Example
White with #E530DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E530DB; }
p { color: rgb(229,48,219); }
H1.HeaderClassName
{
color: #E530DB;
}
.AnyTagClassName
{
color: #E530DB;
}
</style>
background-color css
<style>
a { background-color: #E530DB; }
a { background-color: rgb(229,48,219); }
div.DivClassName
{
background-color: #E530DB;
}
.BgClassName
{
background-color: #E530DB;
}
</style>
border-color css
<style>
span { border-color: #E530DB; }
span { border-color: rgb(229,48,219); }
td.TdClassName
{
border-color: #E530DB;
}
.TagClassName
{
border-color: #E530DB;
}
</style>