Shades of Razzle Dazzle Rose #E948B7
Tints of Razzle Dazzle Rose #E948B7
RGB
CMYK
RGB Variations
Color information
#E948B7 (or 0xE948B7) is known color: Razzle Dazzle Rose. HEX triplet: E9, 48 and B7. RGB value is (233,72,183). Sum of RGB (Red+Green+Blue) = 233+72+183=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E948B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948B7 is #16B748. Grayscale: #848484. Windows color (decimal): -1488713 or 12011753. OLE color: 12011753.
HSL color Cylindrical-coordinate representation of color #E948B7: hue angle of 318.63º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948B7 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 183 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.09 |
| HSL | 318.63º | 0.79% | 0.6% | - |
| HSV(B) | 318.63º | 0.69% | 0.91% | - |
| XYZ | 44.47 | 25.38 | 47.35 | - |
| YUV | 132.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 183 | 0 | 0.69 | 0.21 | 0.09 | 318.63 | 0.79 | 0.6 |
| Hex | E9 | 48 | B7 | 0 | 45 | 15 | 9 | 13F | 4F | 3C |
| Octal | 351 | 110 | 267 | 0 | 105 | 25 | 11 | 477 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10110111 | 0 | 1000101 | 10101 | 1001 | 100111111 | 1001111 | 111100 |
Color Harmonies of #E948B7
Complementary color
Monochromatic Colors of #E948B7
Black with #E948B7
Text Example
Text Example
White with #E948B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948B7; }
p { color: rgb(233,72,183); }
H1.HeaderClassName
{
color: #E948B7;
}
.AnyTagClassName
{
color: #E948B7;
}
</style>
background-color css
<style>
a { background-color: #E948B7; }
a { background-color: rgb(233,72,183); }
div.DivClassName
{
background-color: #E948B7;
}
.BgClassName
{
background-color: #E948B7;
}
</style>
border-color css
<style>
span { border-color: #E948B7; }
span { border-color: rgb(233,72,183); }
td.TdClassName
{
border-color: #E948B7;
}
.TagClassName
{
border-color: #E948B7;
}
</style>