Shades of Razzle Dazzle Rose #E729E1
Tints of Razzle Dazzle Rose #E729E1
RGB
CMYK
RGB Variations
Color information
#E729E1 (or 0xE729E1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 29 and E1. RGB value is (231,41,225). Sum of RGB (Red+Green+Blue) = 231+41+225=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E729E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E729E1 is #18D61E. Grayscale: #767676. Windows color (decimal): -1627679 or 14756327. OLE color: 14756327.
HSL color Cylindrical-coordinate representation of color #E729E1: hue angle of 301.89º 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 #E729E1 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 225 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.09 |
| HSL | 301.89º | 0.8% | 0.53% | - |
| HSV(B) | 301.89º | 0.82% | 0.91% | - |
| XYZ | 47.34 | 24.01 | 73.37 | - |
| YUV | 118.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 225 | 0 | 0.82 | 0.03 | 0.09 | 301.89 | 0.8 | 0.53 |
| Hex | E7 | 29 | E1 | 0 | 52 | 3 | 9 | 12E | 50 | 35 |
| Octal | 347 | 51 | 341 | 0 | 122 | 3 | 11 | 456 | 120 | 65 |
| Binary | 11100111 | 101001 | 11100001 | 0 | 1010010 | 11 | 1001 | 100101110 | 1010000 | 110101 |
Color Harmonies of #E729E1
Complementary color
Monochromatic Colors of #E729E1
Black with #E729E1
Text Example
Text Example
White with #E729E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E729E1; }
p { color: rgb(231,41,225); }
H1.HeaderClassName
{
color: #E729E1;
}
.AnyTagClassName
{
color: #E729E1;
}
</style>
background-color css
<style>
a { background-color: #E729E1; }
a { background-color: rgb(231,41,225); }
div.DivClassName
{
background-color: #E729E1;
}
.BgClassName
{
background-color: #E729E1;
}
</style>
border-color css
<style>
span { border-color: #E729E1; }
span { border-color: rgb(231,41,225); }
td.TdClassName
{
border-color: #E729E1;
}
.TagClassName
{
border-color: #E729E1;
}
</style>