Shades of Razzle Dazzle Rose #E72ECC
Tints of Razzle Dazzle Rose #E72ECC
RGB
CMYK
RGB Variations
Color information
#E72ECC (or 0xE72ECC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2E and CC. RGB value is (231,46,204). Sum of RGB (Red+Green+Blue) = 231+46+204=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ECC is #18D133. Grayscale: #767676. Windows color (decimal): -1626420 or 13381351. OLE color: 13381351.
HSL color Cylindrical-coordinate representation of color #E72ECC: hue angle of 308.76º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72ECC is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 46 | 204 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.09 |
| HSL | 308.76º | 0.79% | 0.54% | - |
| HSV(B) | 308.76º | 0.8% | 0.91% | - |
| XYZ | 44.83 | 23.3 | 59.26 | - |
| YUV | 119.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 46 | 204 | 0 | 0.80 | 0.12 | 0.09 | 308.76 | 0.79 | 0.54 |
| Hex | E7 | 2E | CC | 0 | 50 | C | 9 | 135 | 4F | 36 |
| Octal | 347 | 56 | 314 | 0 | 120 | 14 | 11 | 465 | 117 | 66 |
| Binary | 11100111 | 101110 | 11001100 | 0 | 1010000 | 1100 | 1001 | 100110101 | 1001111 | 110110 |
Color Harmonies of #E72ECC
Complementary color
Monochromatic Colors of #E72ECC
Black with #E72ECC
Text Example
Text Example
White with #E72ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72ECC; }
p { color: rgb(231,46,204); }
H1.HeaderClassName
{
color: #E72ECC;
}
.AnyTagClassName
{
color: #E72ECC;
}
</style>
background-color css
<style>
a { background-color: #E72ECC; }
a { background-color: rgb(231,46,204); }
div.DivClassName
{
background-color: #E72ECC;
}
.BgClassName
{
background-color: #E72ECC;
}
</style>
border-color css
<style>
span { border-color: #E72ECC; }
span { border-color: rgb(231,46,204); }
td.TdClassName
{
border-color: #E72ECC;
}
.TagClassName
{
border-color: #E72ECC;
}
</style>