Shades of Razzle Dazzle Rose #E031BE
Tints of Razzle Dazzle Rose #E031BE
RGB
CMYK
RGB Variations
Color information
#E031BE (or 0xE031BE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and BE. RGB value is (224,49,190). Sum of RGB (Red+Green+Blue) = 224+49+190=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E031BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031BE is #1FCE41. Grayscale: #757575. Windows color (decimal): -2084418 or 12464608. OLE color: 12464608.
HSL color Cylindrical-coordinate representation of color #E031BE: hue angle of 311.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E031BE is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 190 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.12 |
| HSL | 311.66º | 0.74% | 0.54% | - |
| HSV(B) | 311.66º | 0.78% | 0.88% | - |
| XYZ | 41.13 | 21.76 | 50.75 | - |
| YUV | 117.4 | 168.98 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 190 | 0 | 0.78 | 0.15 | 0.12 | 311.66 | 0.74 | 0.54 |
| Hex | E0 | 31 | BE | 0 | 4E | F | C | 138 | 4A | 36 |
| Octal | 340 | 61 | 276 | 0 | 116 | 17 | 14 | 470 | 112 | 66 |
| Binary | 11100000 | 110001 | 10111110 | 0 | 1001110 | 1111 | 1100 | 100111000 | 1001010 | 110110 |
Color Harmonies of #E031BE
Complementary color
Monochromatic Colors of #E031BE
Black with #E031BE
Text Example
Text Example
White with #E031BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031BE; }
p { color: rgb(224,49,190); }
H1.HeaderClassName
{
color: #E031BE;
}
.AnyTagClassName
{
color: #E031BE;
}
</style>
background-color css
<style>
a { background-color: #E031BE; }
a { background-color: rgb(224,49,190); }
div.DivClassName
{
background-color: #E031BE;
}
.BgClassName
{
background-color: #E031BE;
}
</style>
border-color css
<style>
span { border-color: #E031BE; }
span { border-color: rgb(224,49,190); }
td.TdClassName
{
border-color: #E031BE;
}
.TagClassName
{
border-color: #E031BE;
}
</style>