Shades of Razzle Dazzle Rose #E029D0
Tints of Razzle Dazzle Rose #E029D0
RGB
CMYK
RGB Variations
Color information
#E029D0 (or 0xE029D0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and D0. RGB value is (224,41,208). Sum of RGB (Red+Green+Blue) = 224+41+208=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E029D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029D0 is #1FD62F. Grayscale: #727272. Windows color (decimal): -2086448 or 13642208. OLE color: 13642208.
HSL color Cylindrical-coordinate representation of color #E029D0: hue angle of 305.25º 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 #E029D0 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 208 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.12 |
| HSL | 305.25º | 0.75% | 0.52% | - |
| HSV(B) | 305.25º | 0.82% | 0.88% | - |
| XYZ | 42.92 | 21.99 | 61.66 | - |
| YUV | 114.76 | 180.63 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 208 | 0 | 0.82 | 0.07 | 0.12 | 305.25 | 0.75 | 0.52 |
| Hex | E0 | 29 | D0 | 0 | 52 | 7 | C | 131 | 4B | 34 |
| Octal | 340 | 51 | 320 | 0 | 122 | 7 | 14 | 461 | 113 | 64 |
| Binary | 11100000 | 101001 | 11010000 | 0 | 1010010 | 111 | 1100 | 100110001 | 1001011 | 110100 |
Color Harmonies of #E029D0
Complementary color
Monochromatic Colors of #E029D0
Black with #E029D0
Text Example
Text Example
White with #E029D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029D0; }
p { color: rgb(224,41,208); }
H1.HeaderClassName
{
color: #E029D0;
}
.AnyTagClassName
{
color: #E029D0;
}
</style>
background-color css
<style>
a { background-color: #E029D0; }
a { background-color: rgb(224,41,208); }
div.DivClassName
{
background-color: #E029D0;
}
.BgClassName
{
background-color: #E029D0;
}
</style>
border-color css
<style>
span { border-color: #E029D0; }
span { border-color: rgb(224,41,208); }
td.TdClassName
{
border-color: #E029D0;
}
.TagClassName
{
border-color: #E029D0;
}
</style>