Shades of Razzle Dazzle Rose #E522DB
Tints of Razzle Dazzle Rose #E522DB
RGB
CMYK
RGB Variations
Color information
#E522DB (or 0xE522DB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 22 and DB. RGB value is (229,34,219). Sum of RGB (Red+Green+Blue) = 229+34+219=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 34 (13.67% from 255 or 7.05% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E522DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522DB is #1ADD24. Grayscale: #707070. Windows color (decimal): -1760549 or 14361317. OLE color: 14361317.
HSL color Cylindrical-coordinate representation of color #E522DB: hue angle of 303.08º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E522DB is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 219 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.10 |
| HSL | 303.08º | 0.79% | 0.52% | - |
| HSV(B) | 303.08º | 0.85% | 0.9% | - |
| XYZ | 45.67 | 22.92 | 69.03 | - |
| YUV | 113.4 | 187.6 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 219 | 0 | 0.85 | 0.04 | 0.10 | 303.08 | 0.79 | 0.52 |
| Hex | E5 | 22 | DB | 0 | 55 | 4 | A | 12F | 4F | 34 |
| Octal | 345 | 42 | 333 | 0 | 125 | 4 | 12 | 457 | 117 | 64 |
| Binary | 11100101 | 100010 | 11011011 | 0 | 1010101 | 100 | 1010 | 100101111 | 1001111 | 110100 |
Color Harmonies of #E522DB
Complementary color
Monochromatic Colors of #E522DB
Black with #E522DB
Text Example
Text Example
White with #E522DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522DB; }
p { color: rgb(229,34,219); }
H1.HeaderClassName
{
color: #E522DB;
}
.AnyTagClassName
{
color: #E522DB;
}
</style>
background-color css
<style>
a { background-color: #E522DB; }
a { background-color: rgb(229,34,219); }
div.DivClassName
{
background-color: #E522DB;
}
.BgClassName
{
background-color: #E522DB;
}
</style>
border-color css
<style>
span { border-color: #E522DB; }
span { border-color: rgb(229,34,219); }
td.TdClassName
{
border-color: #E522DB;
}
.TagClassName
{
border-color: #E522DB;
}
</style>