Shades of Razzle Dazzle Rose #E031CE
Tints of Razzle Dazzle Rose #E031CE
RGB
CMYK
RGB Variations
Color information
#E031CE (or 0xE031CE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and CE. RGB value is (224,49,206). Sum of RGB (Red+Green+Blue) = 224+49+206=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E031CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031CE is #1FCE31. Grayscale: #767676. Windows color (decimal): -2084402 or 13513184. OLE color: 13513184.
HSL color Cylindrical-coordinate representation of color #E031CE: hue angle of 306.17º 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 #E031CE is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 206 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.12 |
| HSL | 306.17º | 0.74% | 0.54% | - |
| HSV(B) | 306.17º | 0.78% | 0.88% | - |
| XYZ | 42.98 | 22.5 | 60.47 | - |
| YUV | 119.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 206 | 0 | 0.78 | 0.08 | 0.12 | 306.17 | 0.74 | 0.54 |
| Hex | E0 | 31 | CE | 0 | 4E | 8 | C | 132 | 4A | 36 |
| Octal | 340 | 61 | 316 | 0 | 116 | 10 | 14 | 462 | 112 | 66 |
| Binary | 11100000 | 110001 | 11001110 | 0 | 1001110 | 1000 | 1100 | 100110010 | 1001010 | 110110 |
Color Harmonies of #E031CE
Complementary color
Monochromatic Colors of #E031CE
Black with #E031CE
Text Example
Text Example
White with #E031CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031CE; }
p { color: rgb(224,49,206); }
H1.HeaderClassName
{
color: #E031CE;
}
.AnyTagClassName
{
color: #E031CE;
}
</style>
background-color css
<style>
a { background-color: #E031CE; }
a { background-color: rgb(224,49,206); }
div.DivClassName
{
background-color: #E031CE;
}
.BgClassName
{
background-color: #E031CE;
}
</style>
border-color css
<style>
span { border-color: #E031CE; }
span { border-color: rgb(224,49,206); }
td.TdClassName
{
border-color: #E031CE;
}
.TagClassName
{
border-color: #E031CE;
}
</style>