Shades of Razzle Dazzle Rose #E726D3
Tints of Razzle Dazzle Rose #E726D3
RGB
CMYK
RGB Variations
Color information
#E726D3 (or 0xE726D3) is known color: Razzle Dazzle Rose. HEX triplet: E7, 26 and D3. RGB value is (231,38,211). Sum of RGB (Red+Green+Blue) = 231+38+211=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 38 (15.23% from 255 or 7.92% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E726D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E726D3 is #18D92C. Grayscale: #727272. Windows color (decimal): -1628461 or 13838055. OLE color: 13838055.
HSL color Cylindrical-coordinate representation of color #E726D3: hue angle of 306.22º 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 #E726D3 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 211 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.09 |
| HSL | 306.22º | 0.8% | 0.53% | - |
| HSV(B) | 306.22º | 0.84% | 0.91% | - |
| XYZ | 45.41 | 23.08 | 63.69 | - |
| YUV | 115.43 | 181.94 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 211 | 0 | 0.84 | 0.09 | 0.09 | 306.22 | 0.8 | 0.53 |
| Hex | E7 | 26 | D3 | 0 | 54 | 9 | 9 | 132 | 50 | 35 |
| Octal | 347 | 46 | 323 | 0 | 124 | 11 | 11 | 462 | 120 | 65 |
| Binary | 11100111 | 100110 | 11010011 | 0 | 1010100 | 1001 | 1001 | 100110010 | 1010000 | 110101 |
Color Harmonies of #E726D3
Complementary color
Monochromatic Colors of #E726D3
Black with #E726D3
Text Example
Text Example
White with #E726D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726D3; }
p { color: rgb(231,38,211); }
H1.HeaderClassName
{
color: #E726D3;
}
.AnyTagClassName
{
color: #E726D3;
}
</style>
background-color css
<style>
a { background-color: #E726D3; }
a { background-color: rgb(231,38,211); }
div.DivClassName
{
background-color: #E726D3;
}
.BgClassName
{
background-color: #E726D3;
}
</style>
border-color css
<style>
span { border-color: #E726D3; }
span { border-color: rgb(231,38,211); }
td.TdClassName
{
border-color: #E726D3;
}
.TagClassName
{
border-color: #E726D3;
}
</style>