Shades of Razzle Dazzle Rose #E726C4
Tints of Razzle Dazzle Rose #E726C4
RGB
CMYK
RGB Variations
Color information
#E726C4 (or 0xE726C4) is known color: Razzle Dazzle Rose. HEX triplet: E7, 26 and C4. RGB value is (231,38,196). Sum of RGB (Red+Green+Blue) = 231+38+196=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E726C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E726C4 is #18D93B. Grayscale: #717171. Windows color (decimal): -1628476 or 12855015. OLE color: 12855015.
HSL color Cylindrical-coordinate representation of color #E726C4: hue angle of 310.88º 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 #E726C4 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 196 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.09 |
| HSL | 310.88º | 0.8% | 0.53% | - |
| HSV(B) | 310.88º | 0.84% | 0.91% | - |
| XYZ | 43.61 | 22.36 | 54.24 | - |
| YUV | 113.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 196 | 0 | 0.84 | 0.15 | 0.09 | 310.88 | 0.8 | 0.53 |
| Hex | E7 | 26 | C4 | 0 | 54 | F | 9 | 137 | 50 | 35 |
| Octal | 347 | 46 | 304 | 0 | 124 | 17 | 11 | 467 | 120 | 65 |
| Binary | 11100111 | 100110 | 11000100 | 0 | 1010100 | 1111 | 1001 | 100110111 | 1010000 | 110101 |
Color Harmonies of #E726C4
Complementary color
Monochromatic Colors of #E726C4
Black with #E726C4
Text Example
Text Example
White with #E726C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726C4; }
p { color: rgb(231,38,196); }
H1.HeaderClassName
{
color: #E726C4;
}
.AnyTagClassName
{
color: #E726C4;
}
</style>
background-color css
<style>
a { background-color: #E726C4; }
a { background-color: rgb(231,38,196); }
div.DivClassName
{
background-color: #E726C4;
}
.BgClassName
{
background-color: #E726C4;
}
</style>
border-color css
<style>
span { border-color: #E726C4; }
span { border-color: rgb(231,38,196); }
td.TdClassName
{
border-color: #E726C4;
}
.TagClassName
{
border-color: #E726C4;
}
</style>