Shades of Razzle Dazzle Rose #E730C7
Tints of Razzle Dazzle Rose #E730C7
RGB
CMYK
RGB Variations
Color information
#E730C7 (or 0xE730C7) is known color: Razzle Dazzle Rose. HEX triplet: E7, 30 and C7. RGB value is (231,48,199). Sum of RGB (Red+Green+Blue) = 231+48+199=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E730C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E730C7 is #18CF38. Grayscale: #777777. Windows color (decimal): -1625913 or 13054183. OLE color: 13054183.
HSL color Cylindrical-coordinate representation of color #E730C7: hue angle of 310.49º 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 #E730C7 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 199 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.09 |
| HSL | 310.49º | 0.79% | 0.55% | - |
| HSV(B) | 310.49º | 0.79% | 0.91% | - |
| XYZ | 44.32 | 23.23 | 56.18 | - |
| YUV | 119.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 199 | 0 | 0.79 | 0.14 | 0.09 | 310.49 | 0.79 | 0.55 |
| Hex | E7 | 30 | C7 | 0 | 4F | E | 9 | 136 | 4F | 37 |
| Octal | 347 | 60 | 307 | 0 | 117 | 16 | 11 | 466 | 117 | 67 |
| Binary | 11100111 | 110000 | 11000111 | 0 | 1001111 | 1110 | 1001 | 100110110 | 1001111 | 110111 |
Color Harmonies of #E730C7
Complementary color
Monochromatic Colors of #E730C7
Black with #E730C7
Text Example
Text Example
White with #E730C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E730C7; }
p { color: rgb(231,48,199); }
H1.HeaderClassName
{
color: #E730C7;
}
.AnyTagClassName
{
color: #E730C7;
}
</style>
background-color css
<style>
a { background-color: #E730C7; }
a { background-color: rgb(231,48,199); }
div.DivClassName
{
background-color: #E730C7;
}
.BgClassName
{
background-color: #E730C7;
}
</style>
border-color css
<style>
span { border-color: #E730C7; }
span { border-color: rgb(231,48,199); }
td.TdClassName
{
border-color: #E730C7;
}
.TagClassName
{
border-color: #E730C7;
}
</style>