Shades of Razzle Dazzle Rose #E329DF
Tints of Razzle Dazzle Rose #E329DF
RGB
CMYK
RGB Variations
Color information
#E329DF (or 0xE329DF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and DF. RGB value is (227,41,223). Sum of RGB (Red+Green+Blue) = 227+41+223=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E329DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329DF is #1CD620. Grayscale: #747474. Windows color (decimal): -1889825 or 14625251. OLE color: 14625251.
HSL color Cylindrical-coordinate representation of color #E329DF: hue angle of 301.29º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E329DF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 223 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.11 |
| HSL | 301.29º | 0.77% | 0.53% | - |
| HSV(B) | 301.29º | 0.82% | 0.89% | - |
| XYZ | 45.79 | 23.24 | 71.89 | - |
| YUV | 117.36 | 187.62 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 223 | 0 | 0.82 | 0.02 | 0.11 | 301.29 | 0.77 | 0.53 |
| Hex | E3 | 29 | DF | 0 | 52 | 2 | B | 12D | 4D | 35 |
| Octal | 343 | 51 | 337 | 0 | 122 | 2 | 13 | 455 | 115 | 65 |
| Binary | 11100011 | 101001 | 11011111 | 0 | 1010010 | 10 | 1011 | 100101101 | 1001101 | 110101 |
Color Harmonies of #E329DF
Complementary color
Monochromatic Colors of #E329DF
Black with #E329DF
Text Example
Text Example
White with #E329DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E329DF; }
p { color: rgb(227,41,223); }
H1.HeaderClassName
{
color: #E329DF;
}
.AnyTagClassName
{
color: #E329DF;
}
</style>
background-color css
<style>
a { background-color: #E329DF; }
a { background-color: rgb(227,41,223); }
div.DivClassName
{
background-color: #E329DF;
}
.BgClassName
{
background-color: #E329DF;
}
</style>
border-color css
<style>
span { border-color: #E329DF; }
span { border-color: rgb(227,41,223); }
td.TdClassName
{
border-color: #E329DF;
}
.TagClassName
{
border-color: #E329DF;
}
</style>