Shades of Razzle Dazzle Rose #E948BA
Tints of Razzle Dazzle Rose #E948BA
RGB
CMYK
RGB Variations
Color information
#E948BA (or 0xE948BA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 48 and BA. RGB value is (233,72,186). Sum of RGB (Red+Green+Blue) = 233+72+186=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E948BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948BA is #16B745. Grayscale: #848484. Windows color (decimal): -1488710 or 12208361. OLE color: 12208361.
HSL color Cylindrical-coordinate representation of color #E948BA: hue angle of 317.52º 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 #E948BA is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 186 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.09 |
| HSL | 317.52º | 0.79% | 0.6% | - |
| HSV(B) | 317.52º | 0.69% | 0.91% | - |
| XYZ | 44.78 | 25.5 | 49.02 | - |
| YUV | 133.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 186 | 0 | 0.69 | 0.20 | 0.09 | 317.52 | 0.79 | 0.6 |
| Hex | E9 | 48 | BA | 0 | 45 | 14 | 9 | 13E | 4F | 3C |
| Octal | 351 | 110 | 272 | 0 | 105 | 24 | 11 | 476 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10111010 | 0 | 1000101 | 10100 | 1001 | 100111110 | 1001111 | 111100 |
Color Harmonies of #E948BA
Complementary color
Monochromatic Colors of #E948BA
Black with #E948BA
Text Example
Text Example
White with #E948BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948BA; }
p { color: rgb(233,72,186); }
H1.HeaderClassName
{
color: #E948BA;
}
.AnyTagClassName
{
color: #E948BA;
}
</style>
background-color css
<style>
a { background-color: #E948BA; }
a { background-color: rgb(233,72,186); }
div.DivClassName
{
background-color: #E948BA;
}
.BgClassName
{
background-color: #E948BA;
}
</style>
border-color css
<style>
span { border-color: #E948BA; }
span { border-color: rgb(233,72,186); }
td.TdClassName
{
border-color: #E948BA;
}
.TagClassName
{
border-color: #E948BA;
}
</style>