Shades of Razzle Dazzle Rose #E545BA
Tints of Razzle Dazzle Rose #E545BA
RGB
CMYK
RGB Variations
Color information
#E545BA (or 0xE545BA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 45 and BA. RGB value is (229,69,186). Sum of RGB (Red+Green+Blue) = 229+69+186=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E545BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545BA is #1ABA45. Grayscale: #818181. Windows color (decimal): -1751622 or 12207589. OLE color: 12207589.
HSL color Cylindrical-coordinate representation of color #E545BA: hue angle of 316.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545BA is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 186 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.10 |
| HSL | 316.13º | 0.75% | 0.58% | - |
| HSV(B) | 316.13º | 0.7% | 0.9% | - |
| XYZ | 43.3 | 24.46 | 48.89 | - |
| YUV | 130.18 | 159.51 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 186 | 0 | 0.70 | 0.19 | 0.10 | 316.13 | 0.75 | 0.58 |
| Hex | E5 | 45 | BA | 0 | 46 | 13 | A | 13C | 4B | 3A |
| Octal | 345 | 105 | 272 | 0 | 106 | 23 | 12 | 474 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10111010 | 0 | 1000110 | 10011 | 1010 | 100111100 | 1001011 | 111010 |
Color Harmonies of #E545BA
Complementary color
Monochromatic Colors of #E545BA
Black with #E545BA
Text Example
Text Example
White with #E545BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545BA; }
p { color: rgb(229,69,186); }
H1.HeaderClassName
{
color: #E545BA;
}
.AnyTagClassName
{
color: #E545BA;
}
</style>
background-color css
<style>
a { background-color: #E545BA; }
a { background-color: rgb(229,69,186); }
div.DivClassName
{
background-color: #E545BA;
}
.BgClassName
{
background-color: #E545BA;
}
</style>
border-color css
<style>
span { border-color: #E545BA; }
span { border-color: rgb(229,69,186); }
td.TdClassName
{
border-color: #E545BA;
}
.TagClassName
{
border-color: #E545BA;
}
</style>