Shades of Razzle Dazzle Rose #E329DC
Tints of Razzle Dazzle Rose #E329DC
RGB
CMYK
RGB Variations
Color information
#E329DC (or 0xE329DC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and DC. RGB value is (227,41,220). Sum of RGB (Red+Green+Blue) = 227+41+220=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E329DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329DC is #1CD623. Grayscale: #747474. Windows color (decimal): -1889828 or 14428643. OLE color: 14428643.
HSL color Cylindrical-coordinate representation of color #E329DC: hue angle of 302.26º 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 #E329DC is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 220 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.11 |
| HSL | 302.26º | 0.77% | 0.53% | - |
| HSV(B) | 302.26º | 0.82% | 0.89% | - |
| XYZ | 45.39 | 23.08 | 69.77 | - |
| YUV | 117.02 | 186.12 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 220 | 0 | 0.82 | 0.03 | 0.11 | 302.26 | 0.77 | 0.53 |
| Hex | E3 | 29 | DC | 0 | 52 | 3 | B | 12E | 4D | 35 |
| Octal | 343 | 51 | 334 | 0 | 122 | 3 | 13 | 456 | 115 | 65 |
| Binary | 11100011 | 101001 | 11011100 | 0 | 1010010 | 11 | 1011 | 100101110 | 1001101 | 110101 |
Color Harmonies of #E329DC
Complementary color
Monochromatic Colors of #E329DC
Black with #E329DC
Text Example
Text Example
White with #E329DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E329DC; }
p { color: rgb(227,41,220); }
H1.HeaderClassName
{
color: #E329DC;
}
.AnyTagClassName
{
color: #E329DC;
}
</style>
background-color css
<style>
a { background-color: #E329DC; }
a { background-color: rgb(227,41,220); }
div.DivClassName
{
background-color: #E329DC;
}
.BgClassName
{
background-color: #E329DC;
}
</style>
border-color css
<style>
span { border-color: #E329DC; }
span { border-color: rgb(227,41,220); }
td.TdClassName
{
border-color: #E329DC;
}
.TagClassName
{
border-color: #E329DC;
}
</style>