Shades of Razzle Dazzle Rose #E728D1
Tints of Razzle Dazzle Rose #E728D1
RGB
CMYK
RGB Variations
Color information
#E728D1 (or 0xE728D1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 28 and D1. RGB value is (231,40,209). Sum of RGB (Red+Green+Blue) = 231+40+209=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E728D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E728D1 is #18D72E. Grayscale: #737373. Windows color (decimal): -1627951 or 13707495. OLE color: 13707495.
HSL color Cylindrical-coordinate representation of color #E728D1: hue angle of 306.91º 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 #E728D1 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 209 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.09 |
| HSL | 306.91º | 0.8% | 0.53% | - |
| HSV(B) | 306.91º | 0.83% | 0.91% | - |
| XYZ | 45.22 | 23.11 | 62.4 | - |
| YUV | 116.38 | 180.28 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 209 | 0 | 0.83 | 0.10 | 0.09 | 306.91 | 0.8 | 0.53 |
| Hex | E7 | 28 | D1 | 0 | 53 | A | 9 | 133 | 50 | 35 |
| Octal | 347 | 50 | 321 | 0 | 123 | 12 | 11 | 463 | 120 | 65 |
| Binary | 11100111 | 101000 | 11010001 | 0 | 1010011 | 1010 | 1001 | 100110011 | 1010000 | 110101 |
Color Harmonies of #E728D1
Complementary color
Monochromatic Colors of #E728D1
Black with #E728D1
Text Example
Text Example
White with #E728D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728D1; }
p { color: rgb(231,40,209); }
H1.HeaderClassName
{
color: #E728D1;
}
.AnyTagClassName
{
color: #E728D1;
}
</style>
background-color css
<style>
a { background-color: #E728D1; }
a { background-color: rgb(231,40,209); }
div.DivClassName
{
background-color: #E728D1;
}
.BgClassName
{
background-color: #E728D1;
}
</style>
border-color css
<style>
span { border-color: #E728D1; }
span { border-color: rgb(231,40,209); }
td.TdClassName
{
border-color: #E728D1;
}
.TagClassName
{
border-color: #E728D1;
}
</style>