Shades of Razzle Dazzle Rose #E749B7
Tints of Razzle Dazzle Rose #E749B7
RGB
CMYK
RGB Variations
Color information
#E749B7 (or 0xE749B7) is known color: Razzle Dazzle Rose. HEX triplet: E7, 49 and B7. RGB value is (231,73,183). Sum of RGB (Red+Green+Blue) = 231+73+183=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E749B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749B7 is #18B648. Grayscale: #848484. Windows color (decimal): -1619529 or 12012007. OLE color: 12012007.
HSL color Cylindrical-coordinate representation of color #E749B7: hue angle of 318.23º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749B7 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 183 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.09 |
| HSL | 318.23º | 0.77% | 0.6% | - |
| HSV(B) | 318.23º | 0.68% | 0.91% | - |
| XYZ | 43.88 | 25.17 | 47.35 | - |
| YUV | 132.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 183 | 0 | 0.68 | 0.21 | 0.09 | 318.23 | 0.77 | 0.6 |
| Hex | E7 | 49 | B7 | 0 | 44 | 15 | 9 | 13E | 4D | 3C |
| Octal | 347 | 111 | 267 | 0 | 104 | 25 | 11 | 476 | 115 | 74 |
| Binary | 11100111 | 1001001 | 10110111 | 0 | 1000100 | 10101 | 1001 | 100111110 | 1001101 | 111100 |
Color Harmonies of #E749B7
Complementary color
Monochromatic Colors of #E749B7
Black with #E749B7
Text Example
Text Example
White with #E749B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749B7; }
p { color: rgb(231,73,183); }
H1.HeaderClassName
{
color: #E749B7;
}
.AnyTagClassName
{
color: #E749B7;
}
</style>
background-color css
<style>
a { background-color: #E749B7; }
a { background-color: rgb(231,73,183); }
div.DivClassName
{
background-color: #E749B7;
}
.BgClassName
{
background-color: #E749B7;
}
</style>
border-color css
<style>
span { border-color: #E749B7; }
span { border-color: rgb(231,73,183); }
td.TdClassName
{
border-color: #E749B7;
}
.TagClassName
{
border-color: #E749B7;
}
</style>