Shades of Razzle Dazzle Rose #E920DB
Tints of Razzle Dazzle Rose #E920DB
RGB
CMYK
RGB Variations
Color information
#E920DB (or 0xE920DB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 20 and DB. RGB value is (233,32,219). Sum of RGB (Red+Green+Blue) = 233+32+219=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E920DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920DB is #16DF24. Grayscale: #707070. Windows color (decimal): -1498917 or 14360809. OLE color: 14360809.
HSL color Cylindrical-coordinate representation of color #E920DB: hue angle of 304.18º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E920DB is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 219 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.09 |
| HSL | 304.18º | 0.82% | 0.52% | - |
| HSV(B) | 304.18º | 0.86% | 0.91% | - |
| XYZ | 46.91 | 23.47 | 69.08 | - |
| YUV | 113.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 219 | 0 | 0.86 | 0.06 | 0.09 | 304.18 | 0.82 | 0.52 |
| Hex | E9 | 20 | DB | 0 | 56 | 6 | 9 | 130 | 52 | 34 |
| Octal | 351 | 40 | 333 | 0 | 126 | 6 | 11 | 460 | 122 | 64 |
| Binary | 11101001 | 100000 | 11011011 | 0 | 1010110 | 110 | 1001 | 100110000 | 1010010 | 110100 |
Color Harmonies of #E920DB
Complementary color
Monochromatic Colors of #E920DB
Black with #E920DB
Text Example
Text Example
White with #E920DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920DB; }
p { color: rgb(233,32,219); }
H1.HeaderClassName
{
color: #E920DB;
}
.AnyTagClassName
{
color: #E920DB;
}
</style>
background-color css
<style>
a { background-color: #E920DB; }
a { background-color: rgb(233,32,219); }
div.DivClassName
{
background-color: #E920DB;
}
.BgClassName
{
background-color: #E920DB;
}
</style>
border-color css
<style>
span { border-color: #E920DB; }
span { border-color: rgb(233,32,219); }
td.TdClassName
{
border-color: #E920DB;
}
.TagClassName
{
border-color: #E920DB;
}
</style>