Shades of Razzle Dazzle Rose #E531BA
Tints of Razzle Dazzle Rose #E531BA
RGB
CMYK
RGB Variations
Color information
#E531BA (or 0xE531BA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and BA. RGB value is (229,49,186). Sum of RGB (Red+Green+Blue) = 229+49+186=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E531BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531BA is #1ACE45. Grayscale: #767676. Windows color (decimal): -1756742 or 12202469. OLE color: 12202469.
HSL color Cylindrical-coordinate representation of color #E531BA: hue angle of 314.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531BA is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 186 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.10 |
| HSL | 314.33º | 0.78% | 0.55% | - |
| HSV(B) | 314.33º | 0.79% | 0.9% | - |
| XYZ | 42.27 | 22.4 | 48.55 | - |
| YUV | 118.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 186 | 0 | 0.79 | 0.19 | 0.10 | 314.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | BA | 0 | 4F | 13 | A | 13A | 4E | 37 |
| Octal | 345 | 61 | 272 | 0 | 117 | 23 | 12 | 472 | 116 | 67 |
| Binary | 11100101 | 110001 | 10111010 | 0 | 1001111 | 10011 | 1010 | 100111010 | 1001110 | 110111 |
Color Harmonies of #E531BA
Complementary color
Monochromatic Colors of #E531BA
Black with #E531BA
Text Example
Text Example
White with #E531BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531BA; }
p { color: rgb(229,49,186); }
H1.HeaderClassName
{
color: #E531BA;
}
.AnyTagClassName
{
color: #E531BA;
}
</style>
background-color css
<style>
a { background-color: #E531BA; }
a { background-color: rgb(229,49,186); }
div.DivClassName
{
background-color: #E531BA;
}
.BgClassName
{
background-color: #E531BA;
}
</style>
border-color css
<style>
span { border-color: #E531BA; }
span { border-color: rgb(229,49,186); }
td.TdClassName
{
border-color: #E531BA;
}
.TagClassName
{
border-color: #E531BA;
}
</style>