Shades of Razzle Dazzle Rose #E930BA
Tints of Razzle Dazzle Rose #E930BA
RGB
CMYK
RGB Variations
Color information
#E930BA (or 0xE930BA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 30 and BA. RGB value is (233,48,186). Sum of RGB (Red+Green+Blue) = 233+48+186=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E930BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E930BA is #16CF45. Grayscale: #767676. Windows color (decimal): -1494854 or 12202217. OLE color: 12202217.
HSL color Cylindrical-coordinate representation of color #E930BA: hue angle of 315.24º degrees, saturation: 0.81, 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 #E930BA is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 186 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.09 |
| HSL | 315.24º | 0.81% | 0.55% | - |
| HSV(B) | 315.24º | 0.79% | 0.91% | - |
| XYZ | 43.52 | 22.98 | 48.6 | - |
| YUV | 119.05 | 165.79 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 186 | 0 | 0.79 | 0.20 | 0.09 | 315.24 | 0.81 | 0.55 |
| Hex | E9 | 30 | BA | 0 | 4F | 14 | 9 | 13B | 51 | 37 |
| Octal | 351 | 60 | 272 | 0 | 117 | 24 | 11 | 473 | 121 | 67 |
| Binary | 11101001 | 110000 | 10111010 | 0 | 1001111 | 10100 | 1001 | 100111011 | 1010001 | 110111 |
Color Harmonies of #E930BA
Complementary color
Monochromatic Colors of #E930BA
Black with #E930BA
Text Example
Text Example
White with #E930BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E930BA; }
p { color: rgb(233,48,186); }
H1.HeaderClassName
{
color: #E930BA;
}
.AnyTagClassName
{
color: #E930BA;
}
</style>
background-color css
<style>
a { background-color: #E930BA; }
a { background-color: rgb(233,48,186); }
div.DivClassName
{
background-color: #E930BA;
}
.BgClassName
{
background-color: #E930BA;
}
</style>
border-color css
<style>
span { border-color: #E930BA; }
span { border-color: rgb(233,48,186); }
td.TdClassName
{
border-color: #E930BA;
}
.TagClassName
{
border-color: #E930BA;
}
</style>