Shades of Razzle Dazzle Rose #E532BA
Tints of Razzle Dazzle Rose #E532BA
RGB
CMYK
RGB Variations
Color information
#E532BA (or 0xE532BA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and BA. RGB value is (229,50,186). Sum of RGB (Red+Green+Blue) = 229+50+186=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E532BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532BA is #1ACD45. Grayscale: #767676. Windows color (decimal): -1756486 or 12202725. OLE color: 12202725.
HSL color Cylindrical-coordinate representation of color #E532BA: hue angle of 314.41º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E532BA is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 186 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.10 |
| HSL | 314.41º | 0.77% | 0.55% | - |
| HSV(B) | 314.41º | 0.78% | 0.9% | - |
| XYZ | 42.32 | 22.48 | 48.56 | - |
| YUV | 119.03 | 165.8 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 186 | 0 | 0.78 | 0.19 | 0.10 | 314.41 | 0.77 | 0.55 |
| Hex | E5 | 32 | BA | 0 | 4E | 13 | A | 13A | 4D | 37 |
| Octal | 345 | 62 | 272 | 0 | 116 | 23 | 12 | 472 | 115 | 67 |
| Binary | 11100101 | 110010 | 10111010 | 0 | 1001110 | 10011 | 1010 | 100111010 | 1001101 | 110111 |
Color Harmonies of #E532BA
Complementary color
Monochromatic Colors of #E532BA
Black with #E532BA
Text Example
Text Example
White with #E532BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E532BA; }
p { color: rgb(229,50,186); }
H1.HeaderClassName
{
color: #E532BA;
}
.AnyTagClassName
{
color: #E532BA;
}
</style>
background-color css
<style>
a { background-color: #E532BA; }
a { background-color: rgb(229,50,186); }
div.DivClassName
{
background-color: #E532BA;
}
.BgClassName
{
background-color: #E532BA;
}
</style>
border-color css
<style>
span { border-color: #E532BA; }
span { border-color: rgb(229,50,186); }
td.TdClassName
{
border-color: #E532BA;
}
.TagClassName
{
border-color: #E532BA;
}
</style>