Shades of Razzle Dazzle Rose #E726DF
Tints of Razzle Dazzle Rose #E726DF
RGB
CMYK
RGB Variations
Color information
#E726DF (or 0xE726DF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 26 and DF. RGB value is (231,38,223). Sum of RGB (Red+Green+Blue) = 231+38+223=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E726DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E726DF is #18D920. Grayscale: #747474. Windows color (decimal): -1628449 or 14624487. OLE color: 14624487.
HSL color Cylindrical-coordinate representation of color #E726DF: hue angle of 302.49º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E726DF is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 223 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.09 |
| HSL | 302.49º | 0.8% | 0.53% | - |
| HSV(B) | 302.49º | 0.84% | 0.91% | - |
| XYZ | 46.97 | 23.7 | 71.91 | - |
| YUV | 116.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 223 | 0 | 0.84 | 0.03 | 0.09 | 302.49 | 0.8 | 0.53 |
| Hex | E7 | 26 | DF | 0 | 54 | 3 | 9 | 12E | 50 | 35 |
| Octal | 347 | 46 | 337 | 0 | 124 | 3 | 11 | 456 | 120 | 65 |
| Binary | 11100111 | 100110 | 11011111 | 0 | 1010100 | 11 | 1001 | 100101110 | 1010000 | 110101 |
Color Harmonies of #E726DF
Complementary color
Monochromatic Colors of #E726DF
Black with #E726DF
Text Example
Text Example
White with #E726DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726DF; }
p { color: rgb(231,38,223); }
H1.HeaderClassName
{
color: #E726DF;
}
.AnyTagClassName
{
color: #E726DF;
}
</style>
background-color css
<style>
a { background-color: #E726DF; }
a { background-color: rgb(231,38,223); }
div.DivClassName
{
background-color: #E726DF;
}
.BgClassName
{
background-color: #E726DF;
}
</style>
border-color css
<style>
span { border-color: #E726DF; }
span { border-color: rgb(231,38,223); }
td.TdClassName
{
border-color: #E726DF;
}
.TagClassName
{
border-color: #E726DF;
}
</style>