Shades of Razzle Dazzle Rose #EE20DB
Tints of Razzle Dazzle Rose #EE20DB
RGB
CMYK
RGB Variations
Color information
#EE20DB (or 0xEE20DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 20 and DB. RGB value is (238,32,219). Sum of RGB (Red+Green+Blue) = 238+32+219=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20DB is #11DF24. Grayscale: #727272. Windows color (decimal): -1171237 or 14360814. OLE color: 14360814.
HSL color Cylindrical-coordinate representation of color #EE20DB: hue angle of 305.53º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20DB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.07 |
| HSL | 305.53º | 0.86% | 0.53% | - |
| HSV(B) | 305.53º | 0.87% | 0.93% | - |
| XYZ | 48.56 | 24.32 | 69.15 | - |
| YUV | 114.91 | 186.75 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 219 | 0 | 0.87 | 0.08 | 0.07 | 305.53 | 0.86 | 0.53 |
| Hex | EE | 20 | DB | 0 | 57 | 8 | 7 | 132 | 56 | 35 |
| Octal | 356 | 40 | 333 | 0 | 127 | 10 | 7 | 462 | 126 | 65 |
| Binary | 11101110 | 100000 | 11011011 | 0 | 1010111 | 1000 | 111 | 100110010 | 1010110 | 110101 |
Color Harmonies of #EE20DB
Complementary color
Monochromatic Colors of #EE20DB
Black with #EE20DB
Text Example
Text Example
White with #EE20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20DB; }
p { color: rgb(238,32,219); }
H1.HeaderClassName
{
color: #EE20DB;
}
.AnyTagClassName
{
color: #EE20DB;
}
</style>
background-color css
<style>
a { background-color: #EE20DB; }
a { background-color: rgb(238,32,219); }
div.DivClassName
{
background-color: #EE20DB;
}
.BgClassName
{
background-color: #EE20DB;
}
</style>
border-color css
<style>
span { border-color: #EE20DB; }
span { border-color: rgb(238,32,219); }
td.TdClassName
{
border-color: #EE20DB;
}
.TagClassName
{
border-color: #EE20DB;
}
</style>