Shades of Razzle Dazzle Rose #E731BF
Tints of Razzle Dazzle Rose #E731BF
RGB
CMYK
RGB Variations
Color information
#E731BF (or 0xE731BF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 31 and BF. RGB value is (231,49,191). Sum of RGB (Red+Green+Blue) = 231+49+191=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E731BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E731BF is #18CE40. Grayscale: #777777. Windows color (decimal): -1625665 or 12530151. OLE color: 12530151.
HSL color Cylindrical-coordinate representation of color #E731BF: hue angle of 313.19º 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 #E731BF is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 191 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.09 |
| HSL | 313.19º | 0.79% | 0.55% | - |
| HSV(B) | 313.19º | 0.79% | 0.91% | - |
| XYZ | 43.46 | 22.95 | 51.43 | - |
| YUV | 119.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 191 | 0 | 0.79 | 0.17 | 0.09 | 313.19 | 0.79 | 0.55 |
| Hex | E7 | 31 | BF | 0 | 4F | 11 | 9 | 139 | 4F | 37 |
| Octal | 347 | 61 | 277 | 0 | 117 | 21 | 11 | 471 | 117 | 67 |
| Binary | 11100111 | 110001 | 10111111 | 0 | 1001111 | 10001 | 1001 | 100111001 | 1001111 | 110111 |
Color Harmonies of #E731BF
Complementary color
Monochromatic Colors of #E731BF
Black with #E731BF
Text Example
Text Example
White with #E731BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731BF; }
p { color: rgb(231,49,191); }
H1.HeaderClassName
{
color: #E731BF;
}
.AnyTagClassName
{
color: #E731BF;
}
</style>
background-color css
<style>
a { background-color: #E731BF; }
a { background-color: rgb(231,49,191); }
div.DivClassName
{
background-color: #E731BF;
}
.BgClassName
{
background-color: #E731BF;
}
</style>
border-color css
<style>
span { border-color: #E731BF; }
span { border-color: rgb(231,49,191); }
td.TdClassName
{
border-color: #E731BF;
}
.TagClassName
{
border-color: #E731BF;
}
</style>