Shades of Razzle Dazzle Rose #E729C5
Tints of Razzle Dazzle Rose #E729C5
RGB
CMYK
RGB Variations
Color information
#E729C5 (or 0xE729C5) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and C5. RGB value is (231,41,197). Sum of RGB (Red+Green+Blue) = 231+41+197=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E729C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729C5 is #18D63A. Grayscale: #737373. Windows color (decimal): -1627707 or 12921319. OLE color: 12921319.
HSL color Cylindrical-coordinate representation of color #E729C5: hue angle of 310.74º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E729C5 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 197 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.09 |
| HSL | 310.74º | 0.8% | 0.53% | - |
| HSV(B) | 310.74º | 0.82% | 0.91% | - |
| XYZ | 43.83 | 22.61 | 54.88 | - |
| YUV | 115.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 197 | 0 | 0.82 | 0.15 | 0.09 | 310.74 | 0.8 | 0.53 |
| Hex | E7 | 29 | C5 | 0 | 52 | F | 9 | 137 | 50 | 35 |
| Octal | 347 | 51 | 305 | 0 | 122 | 17 | 11 | 467 | 120 | 65 |
| Binary | 11100111 | 101001 | 11000101 | 0 | 1010010 | 1111 | 1001 | 100110111 | 1010000 | 110101 |
Color Harmonies of #E729C5
Complementary color
Monochromatic Colors of #E729C5
Black with #E729C5
Text Example
Text Example
White with #E729C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E729C5; }
p { color: rgb(231,41,197); }
H1.HeaderClassName
{
color: #E729C5;
}
.AnyTagClassName
{
color: #E729C5;
}
</style>
background-color css
<style>
a { background-color: #E729C5; }
a { background-color: rgb(231,41,197); }
div.DivClassName
{
background-color: #E729C5;
}
.BgClassName
{
background-color: #E729C5;
}
</style>
border-color css
<style>
span { border-color: #E729C5; }
span { border-color: rgb(231,41,197); }
td.TdClassName
{
border-color: #E729C5;
}
.TagClassName
{
border-color: #E729C5;
}
</style>