Shades of Razzle Dazzle Rose #E029C8
Tints of Razzle Dazzle Rose #E029C8
RGB
CMYK
RGB Variations
Color information
#E029C8 (or 0xE029C8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and C8. RGB value is (224,41,200). Sum of RGB (Red+Green+Blue) = 224+41+200=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E029C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029C8 is #1FD637. Grayscale: #717171. Windows color (decimal): -2086456 or 13117920. OLE color: 13117920.
HSL color Cylindrical-coordinate representation of color #E029C8: hue angle of 307.87º 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 #E029C8 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 200 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.12 |
| HSL | 307.87º | 0.75% | 0.52% | - |
| HSV(B) | 307.87º | 0.82% | 0.88% | - |
| XYZ | 41.96 | 21.6 | 56.6 | - |
| YUV | 113.84 | 176.63 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 200 | 0 | 0.82 | 0.11 | 0.12 | 307.87 | 0.75 | 0.52 |
| Hex | E0 | 29 | C8 | 0 | 52 | B | C | 134 | 4B | 34 |
| Octal | 340 | 51 | 310 | 0 | 122 | 13 | 14 | 464 | 113 | 64 |
| Binary | 11100000 | 101001 | 11001000 | 0 | 1010010 | 1011 | 1100 | 100110100 | 1001011 | 110100 |
Color Harmonies of #E029C8
Complementary color
Monochromatic Colors of #E029C8
Black with #E029C8
Text Example
Text Example
White with #E029C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029C8; }
p { color: rgb(224,41,200); }
H1.HeaderClassName
{
color: #E029C8;
}
.AnyTagClassName
{
color: #E029C8;
}
</style>
background-color css
<style>
a { background-color: #E029C8; }
a { background-color: rgb(224,41,200); }
div.DivClassName
{
background-color: #E029C8;
}
.BgClassName
{
background-color: #E029C8;
}
</style>
border-color css
<style>
span { border-color: #E029C8; }
span { border-color: rgb(224,41,200); }
td.TdClassName
{
border-color: #E029C8;
}
.TagClassName
{
border-color: #E029C8;
}
</style>