Shades of Razzle Dazzle Rose #E728C2
Tints of Razzle Dazzle Rose #E728C2
RGB
CMYK
RGB Variations
Color information
#E728C2 (or 0xE728C2) is known color: Razzle Dazzle Rose. HEX triplet: E7, 28 and C2. RGB value is (231,40,194). Sum of RGB (Red+Green+Blue) = 231+40+194=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E728C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E728C2 is #18D73D. Grayscale: #727272. Windows color (decimal): -1627966 or 12724455. OLE color: 12724455.
HSL color Cylindrical-coordinate representation of color #E728C2: hue angle of 311.62º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E728C2 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 194 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.09 |
| HSL | 311.62º | 0.8% | 0.53% | - |
| HSV(B) | 311.62º | 0.83% | 0.91% | - |
| XYZ | 43.45 | 22.4 | 53.07 | - |
| YUV | 114.67 | 172.78 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 194 | 0 | 0.83 | 0.16 | 0.09 | 311.62 | 0.8 | 0.53 |
| Hex | E7 | 28 | C2 | 0 | 53 | 10 | 9 | 138 | 50 | 35 |
| Octal | 347 | 50 | 302 | 0 | 123 | 20 | 11 | 470 | 120 | 65 |
| Binary | 11100111 | 101000 | 11000010 | 0 | 1010011 | 10000 | 1001 | 100111000 | 1010000 | 110101 |
Color Harmonies of #E728C2
Complementary color
Monochromatic Colors of #E728C2
Black with #E728C2
Text Example
Text Example
White with #E728C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728C2; }
p { color: rgb(231,40,194); }
H1.HeaderClassName
{
color: #E728C2;
}
.AnyTagClassName
{
color: #E728C2;
}
</style>
background-color css
<style>
a { background-color: #E728C2; }
a { background-color: rgb(231,40,194); }
div.DivClassName
{
background-color: #E728C2;
}
.BgClassName
{
background-color: #E728C2;
}
</style>
border-color css
<style>
span { border-color: #E728C2; }
span { border-color: rgb(231,40,194); }
td.TdClassName
{
border-color: #E728C2;
}
.TagClassName
{
border-color: #E728C2;
}
</style>