Shades of Razzle Dazzle Rose #E035BC
Tints of Razzle Dazzle Rose #E035BC
RGB
CMYK
RGB Variations
Color information
#E035BC (or 0xE035BC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 35 and BC. RGB value is (224,53,188). Sum of RGB (Red+Green+Blue) = 224+53+188=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E035BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035BC is #1FCA43. Grayscale: #777777. Windows color (decimal): -2083396 or 12334560. OLE color: 12334560.
HSL color Cylindrical-coordinate representation of color #E035BC: hue angle of 312.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035BC is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 188 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.12 |
| HSL | 312.63º | 0.73% | 0.54% | - |
| HSV(B) | 312.63º | 0.76% | 0.88% | - |
| XYZ | 41.09 | 22.02 | 49.66 | - |
| YUV | 119.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 188 | 0 | 0.76 | 0.16 | 0.12 | 312.63 | 0.73 | 0.54 |
| Hex | E0 | 35 | BC | 0 | 4C | 10 | C | 139 | 49 | 36 |
| Octal | 340 | 65 | 274 | 0 | 114 | 20 | 14 | 471 | 111 | 66 |
| Binary | 11100000 | 110101 | 10111100 | 0 | 1001100 | 10000 | 1100 | 100111001 | 1001001 | 110110 |
Color Harmonies of #E035BC
Complementary color
Monochromatic Colors of #E035BC
Black with #E035BC
Text Example
Text Example
White with #E035BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E035BC; }
p { color: rgb(224,53,188); }
H1.HeaderClassName
{
color: #E035BC;
}
.AnyTagClassName
{
color: #E035BC;
}
</style>
background-color css
<style>
a { background-color: #E035BC; }
a { background-color: rgb(224,53,188); }
div.DivClassName
{
background-color: #E035BC;
}
.BgClassName
{
background-color: #E035BC;
}
</style>
border-color css
<style>
span { border-color: #E035BC; }
span { border-color: rgb(224,53,188); }
td.TdClassName
{
border-color: #E035BC;
}
.TagClassName
{
border-color: #E035BC;
}
</style>