Shades of Razzle Dazzle Rose #E726E4
Tints of Razzle Dazzle Rose #E726E4
RGB
CMYK
RGB Variations
Color information
#E726E4 (or 0xE726E4) is known color: Razzle Dazzle Rose. HEX triplet: E7, 26 and E4. RGB value is (231,38,228). Sum of RGB (Red+Green+Blue) = 231+38+228=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 38 (15.23% from 255 or 7.65% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E726E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E726E4 is #18D91B. Grayscale: #747474. Windows color (decimal): -1628444 or 14952167. OLE color: 14952167.
HSL color Cylindrical-coordinate representation of color #E726E4: hue angle of 300.93º 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 #E726E4 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 228 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.09 |
| HSL | 300.93º | 0.8% | 0.53% | - |
| HSV(B) | 300.93º | 0.84% | 0.91% | - |
| XYZ | 47.65 | 23.98 | 75.52 | - |
| YUV | 117.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 228 | 0 | 0.84 | 0.01 | 0.09 | 300.93 | 0.8 | 0.53 |
| Hex | E7 | 26 | E4 | 0 | 54 | 1 | 9 | 12D | 50 | 35 |
| Octal | 347 | 46 | 344 | 0 | 124 | 1 | 11 | 455 | 120 | 65 |
| Binary | 11100111 | 100110 | 11100100 | 0 | 1010100 | 1 | 1001 | 100101101 | 1010000 | 110101 |
Color Harmonies of #E726E4
Complementary color
Monochromatic Colors of #E726E4
Black with #E726E4
Text Example
Text Example
White with #E726E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726E4; }
p { color: rgb(231,38,228); }
H1.HeaderClassName
{
color: #E726E4;
}
.AnyTagClassName
{
color: #E726E4;
}
</style>
background-color css
<style>
a { background-color: #E726E4; }
a { background-color: rgb(231,38,228); }
div.DivClassName
{
background-color: #E726E4;
}
.BgClassName
{
background-color: #E726E4;
}
</style>
border-color css
<style>
span { border-color: #E726E4; }
span { border-color: rgb(231,38,228); }
td.TdClassName
{
border-color: #E726E4;
}
.TagClassName
{
border-color: #E726E4;
}
</style>