Shades of Razzle Dazzle Rose #E132BA
Tints of Razzle Dazzle Rose #E132BA
RGB
CMYK
RGB Variations
Color information
#E132BA (or 0xE132BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and BA. RGB value is (225,50,186). Sum of RGB (Red+Green+Blue) = 225+50+186=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E132BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132BA is #1ECD45. Grayscale: #757575. Windows color (decimal): -2018630 or 12202721. OLE color: 12202721.
HSL color Cylindrical-coordinate representation of color #E132BA: hue angle of 313.37º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132BA is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 186 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.12 |
| HSL | 313.37º | 0.74% | 0.54% | - |
| HSV(B) | 313.37º | 0.78% | 0.88% | - |
| XYZ | 41.05 | 21.83 | 48.5 | - |
| YUV | 117.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 186 | 0 | 0.78 | 0.17 | 0.12 | 313.37 | 0.74 | 0.54 |
| Hex | E1 | 32 | BA | 0 | 4E | 11 | C | 139 | 4A | 36 |
| Octal | 341 | 62 | 272 | 0 | 116 | 21 | 14 | 471 | 112 | 66 |
| Binary | 11100001 | 110010 | 10111010 | 0 | 1001110 | 10001 | 1100 | 100111001 | 1001010 | 110110 |
Color Harmonies of #E132BA
Complementary color
Monochromatic Colors of #E132BA
Black with #E132BA
Text Example
Text Example
White with #E132BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132BA; }
p { color: rgb(225,50,186); }
H1.HeaderClassName
{
color: #E132BA;
}
.AnyTagClassName
{
color: #E132BA;
}
</style>
background-color css
<style>
a { background-color: #E132BA; }
a { background-color: rgb(225,50,186); }
div.DivClassName
{
background-color: #E132BA;
}
.BgClassName
{
background-color: #E132BA;
}
</style>
border-color css
<style>
span { border-color: #E132BA; }
span { border-color: rgb(225,50,186); }
td.TdClassName
{
border-color: #E132BA;
}
.TagClassName
{
border-color: #E132BA;
}
</style>