Shades of Razzle Dazzle Rose #E726D0
Tints of Razzle Dazzle Rose #E726D0
RGB
CMYK
RGB Variations
Color information
#E726D0 (or 0xE726D0) is known color: Razzle Dazzle Rose. HEX triplet: E7, 26 and D0. RGB value is (231,38,208). Sum of RGB (Red+Green+Blue) = 231+38+208=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E726D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E726D0 is #18D92F. Grayscale: #727272. Windows color (decimal): -1628464 or 13641447. OLE color: 13641447.
HSL color Cylindrical-coordinate representation of color #E726D0: hue angle of 307.15º 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 #E726D0 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 208 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.09 |
| HSL | 307.15º | 0.8% | 0.53% | - |
| HSV(B) | 307.15º | 0.84% | 0.91% | - |
| XYZ | 45.03 | 22.93 | 61.73 | - |
| YUV | 115.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 208 | 0 | 0.84 | 0.10 | 0.09 | 307.15 | 0.8 | 0.53 |
| Hex | E7 | 26 | D0 | 0 | 54 | A | 9 | 133 | 50 | 35 |
| Octal | 347 | 46 | 320 | 0 | 124 | 12 | 11 | 463 | 120 | 65 |
| Binary | 11100111 | 100110 | 11010000 | 0 | 1010100 | 1010 | 1001 | 100110011 | 1010000 | 110101 |
Color Harmonies of #E726D0
Complementary color
Monochromatic Colors of #E726D0
Black with #E726D0
Text Example
Text Example
White with #E726D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726D0; }
p { color: rgb(231,38,208); }
H1.HeaderClassName
{
color: #E726D0;
}
.AnyTagClassName
{
color: #E726D0;
}
</style>
background-color css
<style>
a { background-color: #E726D0; }
a { background-color: rgb(231,38,208); }
div.DivClassName
{
background-color: #E726D0;
}
.BgClassName
{
background-color: #E726D0;
}
</style>
border-color css
<style>
span { border-color: #E726D0; }
span { border-color: rgb(231,38,208); }
td.TdClassName
{
border-color: #E726D0;
}
.TagClassName
{
border-color: #E726D0;
}
</style>