Shades of Razzle Dazzle Rose #E031D0
Tints of Razzle Dazzle Rose #E031D0
RGB
CMYK
RGB Variations
Color information
#E031D0 (or 0xE031D0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and D0. RGB value is (224,49,208). Sum of RGB (Red+Green+Blue) = 224+49+208=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E031D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031D0 is #1FCE2F. Grayscale: #767676. Windows color (decimal): -2084400 or 13644256. OLE color: 13644256.
HSL color Cylindrical-coordinate representation of color #E031D0: hue angle of 305.49º 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 #E031D0 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 208 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.12 |
| HSL | 305.49º | 0.74% | 0.54% | - |
| HSV(B) | 305.49º | 0.78% | 0.88% | - |
| XYZ | 43.22 | 22.6 | 61.76 | - |
| YUV | 119.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 208 | 0 | 0.78 | 0.07 | 0.12 | 305.49 | 0.74 | 0.54 |
| Hex | E0 | 31 | D0 | 0 | 4E | 7 | C | 131 | 4A | 36 |
| Octal | 340 | 61 | 320 | 0 | 116 | 7 | 14 | 461 | 112 | 66 |
| Binary | 11100000 | 110001 | 11010000 | 0 | 1001110 | 111 | 1100 | 100110001 | 1001010 | 110110 |
Color Harmonies of #E031D0
Complementary color
Monochromatic Colors of #E031D0
Black with #E031D0
Text Example
Text Example
White with #E031D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031D0; }
p { color: rgb(224,49,208); }
H1.HeaderClassName
{
color: #E031D0;
}
.AnyTagClassName
{
color: #E031D0;
}
</style>
background-color css
<style>
a { background-color: #E031D0; }
a { background-color: rgb(224,49,208); }
div.DivClassName
{
background-color: #E031D0;
}
.BgClassName
{
background-color: #E031D0;
}
</style>
border-color css
<style>
span { border-color: #E031D0; }
span { border-color: rgb(224,49,208); }
td.TdClassName
{
border-color: #E031D0;
}
.TagClassName
{
border-color: #E031D0;
}
</style>