Shades of Razzle Dazzle Rose #E029DB
Tints of Razzle Dazzle Rose #E029DB
RGB
CMYK
RGB Variations
Color information
#E029DB (or 0xE029DB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and DB. RGB value is (224,41,219). Sum of RGB (Red+Green+Blue) = 224+41+219=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E029DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029DB is #1FD624. Grayscale: #737373. Windows color (decimal): -2086437 or 14363104. OLE color: 14363104.
HSL color Cylindrical-coordinate representation of color #E029DB: hue angle of 301.64º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E029DB is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 219 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.12 |
| HSL | 301.64º | 0.75% | 0.52% | - |
| HSV(B) | 301.64º | 0.82% | 0.88% | - |
| XYZ | 44.32 | 22.55 | 69.03 | - |
| YUV | 116.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 219 | 0 | 0.82 | 0.02 | 0.12 | 301.64 | 0.75 | 0.52 |
| Hex | E0 | 29 | DB | 0 | 52 | 2 | C | 12E | 4B | 34 |
| Octal | 340 | 51 | 333 | 0 | 122 | 2 | 14 | 456 | 113 | 64 |
| Binary | 11100000 | 101001 | 11011011 | 0 | 1010010 | 10 | 1100 | 100101110 | 1001011 | 110100 |
Color Harmonies of #E029DB
Complementary color
Monochromatic Colors of #E029DB
Black with #E029DB
Text Example
Text Example
White with #E029DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029DB; }
p { color: rgb(224,41,219); }
H1.HeaderClassName
{
color: #E029DB;
}
.AnyTagClassName
{
color: #E029DB;
}
</style>
background-color css
<style>
a { background-color: #E029DB; }
a { background-color: rgb(224,41,219); }
div.DivClassName
{
background-color: #E029DB;
}
.BgClassName
{
background-color: #E029DB;
}
</style>
border-color css
<style>
span { border-color: #E029DB; }
span { border-color: rgb(224,41,219); }
td.TdClassName
{
border-color: #E029DB;
}
.TagClassName
{
border-color: #E029DB;
}
</style>