Shades of Razzle Dazzle Rose #E728CF
Tints of Razzle Dazzle Rose #E728CF
RGB
CMYK
RGB Variations
Color information
#E728CF (or 0xE728CF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 28 and CF. RGB value is (231,40,207). Sum of RGB (Red+Green+Blue) = 231+40+207=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E728CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E728CF is #18D730. Grayscale: #737373. Windows color (decimal): -1627953 or 13576423. OLE color: 13576423.
HSL color Cylindrical-coordinate representation of color #E728CF: hue angle of 307.54º 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 #E728CF is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 207 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.09 |
| HSL | 307.54º | 0.8% | 0.53% | - |
| HSV(B) | 307.54º | 0.83% | 0.91% | - |
| XYZ | 44.98 | 23.01 | 61.1 | - |
| YUV | 116.15 | 179.28 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 207 | 0 | 0.83 | 0.10 | 0.09 | 307.54 | 0.8 | 0.53 |
| Hex | E7 | 28 | CF | 0 | 53 | A | 9 | 134 | 50 | 35 |
| Octal | 347 | 50 | 317 | 0 | 123 | 12 | 11 | 464 | 120 | 65 |
| Binary | 11100111 | 101000 | 11001111 | 0 | 1010011 | 1010 | 1001 | 100110100 | 1010000 | 110101 |
Color Harmonies of #E728CF
Complementary color
Monochromatic Colors of #E728CF
Black with #E728CF
Text Example
Text Example
White with #E728CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728CF; }
p { color: rgb(231,40,207); }
H1.HeaderClassName
{
color: #E728CF;
}
.AnyTagClassName
{
color: #E728CF;
}
</style>
background-color css
<style>
a { background-color: #E728CF; }
a { background-color: rgb(231,40,207); }
div.DivClassName
{
background-color: #E728CF;
}
.BgClassName
{
background-color: #E728CF;
}
</style>
border-color css
<style>
span { border-color: #E728CF; }
span { border-color: rgb(231,40,207); }
td.TdClassName
{
border-color: #E728CF;
}
.TagClassName
{
border-color: #E728CF;
}
</style>