Shades of Razzle Dazzle Rose #E029BC
Tints of Razzle Dazzle Rose #E029BC
RGB
CMYK
RGB Variations
Color information
#E029BC (or 0xE029BC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and BC. RGB value is (224,41,188). Sum of RGB (Red+Green+Blue) = 224+41+188=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E029BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029BC is #1FD643. Grayscale: #707070. Windows color (decimal): -2086468 or 12331488. OLE color: 12331488.
HSL color Cylindrical-coordinate representation of color #E029BC: hue angle of 311.8º 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 #E029BC is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 188 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.12 |
| HSL | 311.8º | 0.75% | 0.52% | - |
| HSV(B) | 311.8º | 0.82% | 0.88% | - |
| XYZ | 40.61 | 21.06 | 49.5 | - |
| YUV | 112.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 188 | 0 | 0.82 | 0.16 | 0.12 | 311.8 | 0.75 | 0.52 |
| Hex | E0 | 29 | BC | 0 | 52 | 10 | C | 138 | 4B | 34 |
| Octal | 340 | 51 | 274 | 0 | 122 | 20 | 14 | 470 | 113 | 64 |
| Binary | 11100000 | 101001 | 10111100 | 0 | 1010010 | 10000 | 1100 | 100111000 | 1001011 | 110100 |
Color Harmonies of #E029BC
Complementary color
Monochromatic Colors of #E029BC
Black with #E029BC
Text Example
Text Example
White with #E029BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029BC; }
p { color: rgb(224,41,188); }
H1.HeaderClassName
{
color: #E029BC;
}
.AnyTagClassName
{
color: #E029BC;
}
</style>
background-color css
<style>
a { background-color: #E029BC; }
a { background-color: rgb(224,41,188); }
div.DivClassName
{
background-color: #E029BC;
}
.BgClassName
{
background-color: #E029BC;
}
</style>
border-color css
<style>
span { border-color: #E029BC; }
span { border-color: rgb(224,41,188); }
td.TdClassName
{
border-color: #E029BC;
}
.TagClassName
{
border-color: #E029BC;
}
</style>