Shades of Razzle Dazzle Rose #E029DF
Tints of Razzle Dazzle Rose #E029DF
RGB
CMYK
RGB Variations
Color information
#E029DF (or 0xE029DF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and DF. RGB value is (224,41,223). Sum of RGB (Red+Green+Blue) = 224+41+223=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E029DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029DF is #1FD620. Grayscale: #737373. Windows color (decimal): -2086433 or 14625248. OLE color: 14625248.
HSL color Cylindrical-coordinate representation of color #E029DF: hue angle of 300.33º 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 #E029DF is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 223 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.12 |
| HSL | 300.33º | 0.75% | 0.52% | - |
| HSV(B) | 300.33º | 0.82% | 0.88% | - |
| XYZ | 44.85 | 22.76 | 71.84 | - |
| YUV | 116.47 | 188.13 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 223 | 0 | 0.82 | 0.00 | 0.12 | 300.33 | 0.75 | 0.52 |
| Hex | E0 | 29 | DF | 0 | 52 | 0 | C | 12C | 4B | 34 |
| Octal | 340 | 51 | 337 | 0 | 122 | 0 | 14 | 454 | 113 | 64 |
| Binary | 11100000 | 101001 | 11011111 | 0 | 1010010 | 0 | 1100 | 100101100 | 1001011 | 110100 |
Color Harmonies of #E029DF
Complementary color
Monochromatic Colors of #E029DF
Black with #E029DF
Text Example
Text Example
White with #E029DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029DF; }
p { color: rgb(224,41,223); }
H1.HeaderClassName
{
color: #E029DF;
}
.AnyTagClassName
{
color: #E029DF;
}
</style>
background-color css
<style>
a { background-color: #E029DF; }
a { background-color: rgb(224,41,223); }
div.DivClassName
{
background-color: #E029DF;
}
.BgClassName
{
background-color: #E029DF;
}
</style>
border-color css
<style>
span { border-color: #E029DF; }
span { border-color: rgb(224,41,223); }
td.TdClassName
{
border-color: #E029DF;
}
.TagClassName
{
border-color: #E029DF;
}
</style>