Shades of Razzle Dazzle Rose #E72CCC
Tints of Razzle Dazzle Rose #E72CCC
RGB
CMYK
RGB Variations
Color information
#E72CCC (or 0xE72CCC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2C and CC. RGB value is (231,44,204). Sum of RGB (Red+Green+Blue) = 231+44+204=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72CCC is #18D333. Grayscale: #757575. Windows color (decimal): -1626932 or 13380839. OLE color: 13380839.
HSL color Cylindrical-coordinate representation of color #E72CCC: hue angle of 308.66º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72CCC is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 204 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.09 |
| HSL | 308.66º | 0.8% | 0.54% | - |
| HSV(B) | 308.66º | 0.81% | 0.91% | - |
| XYZ | 44.75 | 23.15 | 59.24 | - |
| YUV | 118.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 204 | 0 | 0.81 | 0.12 | 0.09 | 308.66 | 0.8 | 0.54 |
| Hex | E7 | 2C | CC | 0 | 51 | C | 9 | 135 | 50 | 36 |
| Octal | 347 | 54 | 314 | 0 | 121 | 14 | 11 | 465 | 120 | 66 |
| Binary | 11100111 | 101100 | 11001100 | 0 | 1010001 | 1100 | 1001 | 100110101 | 1010000 | 110110 |
Color Harmonies of #E72CCC
Complementary color
Monochromatic Colors of #E72CCC
Black with #E72CCC
Text Example
Text Example
White with #E72CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CCC; }
p { color: rgb(231,44,204); }
H1.HeaderClassName
{
color: #E72CCC;
}
.AnyTagClassName
{
color: #E72CCC;
}
</style>
background-color css
<style>
a { background-color: #E72CCC; }
a { background-color: rgb(231,44,204); }
div.DivClassName
{
background-color: #E72CCC;
}
.BgClassName
{
background-color: #E72CCC;
}
</style>
border-color css
<style>
span { border-color: #E72CCC; }
span { border-color: rgb(231,44,204); }
td.TdClassName
{
border-color: #E72CCC;
}
.TagClassName
{
border-color: #E72CCC;
}
</style>