Shades of Razzle Dazzle Rose #E329CF
Tints of Razzle Dazzle Rose #E329CF
RGB
CMYK
RGB Variations
Color information
#E329CF (or 0xE329CF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and CF. RGB value is (227,41,207). Sum of RGB (Red+Green+Blue) = 227+41+207=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E329CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329CF is #1CD630. Grayscale: #737373. Windows color (decimal): -1889841 or 13576675. OLE color: 13576675.
HSL color Cylindrical-coordinate representation of color #E329CF: hue angle of 306.45º 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 #E329CF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 207 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.11 |
| HSL | 306.45º | 0.77% | 0.53% | - |
| HSV(B) | 306.45º | 0.82% | 0.89% | - |
| XYZ | 43.73 | 22.42 | 61.05 | - |
| YUV | 115.54 | 179.62 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 207 | 0 | 0.82 | 0.09 | 0.11 | 306.45 | 0.77 | 0.53 |
| Hex | E3 | 29 | CF | 0 | 52 | 9 | B | 132 | 4D | 35 |
| Octal | 343 | 51 | 317 | 0 | 122 | 11 | 13 | 462 | 115 | 65 |
| Binary | 11100011 | 101001 | 11001111 | 0 | 1010010 | 1001 | 1011 | 100110010 | 1001101 | 110101 |
Color Harmonies of #E329CF
Complementary color
Monochromatic Colors of #E329CF
Black with #E329CF
Text Example
Text Example
White with #E329CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E329CF; }
p { color: rgb(227,41,207); }
H1.HeaderClassName
{
color: #E329CF;
}
.AnyTagClassName
{
color: #E329CF;
}
</style>
background-color css
<style>
a { background-color: #E329CF; }
a { background-color: rgb(227,41,207); }
div.DivClassName
{
background-color: #E329CF;
}
.BgClassName
{
background-color: #E329CF;
}
</style>
border-color css
<style>
span { border-color: #E329CF; }
span { border-color: rgb(227,41,207); }
td.TdClassName
{
border-color: #E329CF;
}
.TagClassName
{
border-color: #E329CF;
}
</style>