Shades of Razzle Dazzle Rose #E730C0
Tints of Razzle Dazzle Rose #E730C0
RGB
CMYK
RGB Variations
Color information
#E730C0 (or 0xE730C0) is known color: Razzle Dazzle Rose. HEX triplet: E7, 30 and C0. RGB value is (231,48,192). Sum of RGB (Red+Green+Blue) = 231+48+192=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E730C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E730C0 is #18CF3F. Grayscale: #767676. Windows color (decimal): -1625920 or 12595431. OLE color: 12595431.
HSL color Cylindrical-coordinate representation of color #E730C0: hue angle of 312.79º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E730C0 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 192 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.09 |
| HSL | 312.79º | 0.79% | 0.55% | - |
| HSV(B) | 312.79º | 0.79% | 0.91% | - |
| XYZ | 43.53 | 22.91 | 52 | - |
| YUV | 119.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 192 | 0 | 0.79 | 0.17 | 0.09 | 312.79 | 0.79 | 0.55 |
| Hex | E7 | 30 | C0 | 0 | 4F | 11 | 9 | 139 | 4F | 37 |
| Octal | 347 | 60 | 300 | 0 | 117 | 21 | 11 | 471 | 117 | 67 |
| Binary | 11100111 | 110000 | 11000000 | 0 | 1001111 | 10001 | 1001 | 100111001 | 1001111 | 110111 |
Color Harmonies of #E730C0
Complementary color
Monochromatic Colors of #E730C0
Black with #E730C0
Text Example
Text Example
White with #E730C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E730C0; }
p { color: rgb(231,48,192); }
H1.HeaderClassName
{
color: #E730C0;
}
.AnyTagClassName
{
color: #E730C0;
}
</style>
background-color css
<style>
a { background-color: #E730C0; }
a { background-color: rgb(231,48,192); }
div.DivClassName
{
background-color: #E730C0;
}
.BgClassName
{
background-color: #E730C0;
}
</style>
border-color css
<style>
span { border-color: #E730C0; }
span { border-color: rgb(231,48,192); }
td.TdClassName
{
border-color: #E730C0;
}
.TagClassName
{
border-color: #E730C0;
}
</style>