Shades of Razzle Dazzle Rose #E748B9
Tints of Razzle Dazzle Rose #E748B9
RGB
CMYK
RGB Variations
Color information
#E748B9 (or 0xE748B9) is known color: Razzle Dazzle Rose. HEX triplet: E7, 48 and B9. RGB value is (231,72,185). Sum of RGB (Red+Green+Blue) = 231+72+185=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E748B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748B9 is #18B746. Grayscale: #848484. Windows color (decimal): -1619783 or 12142823. OLE color: 12142823.
HSL color Cylindrical-coordinate representation of color #E748B9: hue angle of 317.36º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E748B9 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 185 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.09 |
| HSL | 317.36º | 0.77% | 0.59% | - |
| HSV(B) | 317.36º | 0.69% | 0.91% | - |
| XYZ | 44.03 | 25.13 | 48.43 | - |
| YUV | 132.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 185 | 0 | 0.69 | 0.20 | 0.09 | 317.36 | 0.77 | 0.59 |
| Hex | E7 | 48 | B9 | 0 | 45 | 14 | 9 | 13D | 4D | 3B |
| Octal | 347 | 110 | 271 | 0 | 105 | 24 | 11 | 475 | 115 | 73 |
| Binary | 11100111 | 1001000 | 10111001 | 0 | 1000101 | 10100 | 1001 | 100111101 | 1001101 | 111011 |
Color Harmonies of #E748B9
Complementary color
Monochromatic Colors of #E748B9
Black with #E748B9
Text Example
Text Example
White with #E748B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748B9; }
p { color: rgb(231,72,185); }
H1.HeaderClassName
{
color: #E748B9;
}
.AnyTagClassName
{
color: #E748B9;
}
</style>
background-color css
<style>
a { background-color: #E748B9; }
a { background-color: rgb(231,72,185); }
div.DivClassName
{
background-color: #E748B9;
}
.BgClassName
{
background-color: #E748B9;
}
</style>
border-color css
<style>
span { border-color: #E748B9; }
span { border-color: rgb(231,72,185); }
td.TdClassName
{
border-color: #E748B9;
}
.TagClassName
{
border-color: #E748B9;
}
</style>