Shades of Razzle Dazzle Rose #E536BE
Tints of Razzle Dazzle Rose #E536BE
RGB
CMYK
RGB Variations
Color information
#E536BE (or 0xE536BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 36 and BE. RGB value is (229,54,190). Sum of RGB (Red+Green+Blue) = 229+54+190=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E536BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E536BE is #1AC941. Grayscale: #797979. Windows color (decimal): -1755458 or 12465893. OLE color: 12465893.
HSL color Cylindrical-coordinate representation of color #E536BE: hue angle of 313.37º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E536BE is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 190 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.10 |
| HSL | 313.37º | 0.77% | 0.55% | - |
| HSV(B) | 313.37º | 0.76% | 0.9% | - |
| XYZ | 42.93 | 23.01 | 50.89 | - |
| YUV | 121.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 190 | 0 | 0.76 | 0.17 | 0.10 | 313.37 | 0.77 | 0.55 |
| Hex | E5 | 36 | BE | 0 | 4C | 11 | A | 139 | 4D | 37 |
| Octal | 345 | 66 | 276 | 0 | 114 | 21 | 12 | 471 | 115 | 67 |
| Binary | 11100101 | 110110 | 10111110 | 0 | 1001100 | 10001 | 1010 | 100111001 | 1001101 | 110111 |
Color Harmonies of #E536BE
Complementary color
Monochromatic Colors of #E536BE
Black with #E536BE
Text Example
Text Example
White with #E536BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536BE; }
p { color: rgb(229,54,190); }
H1.HeaderClassName
{
color: #E536BE;
}
.AnyTagClassName
{
color: #E536BE;
}
</style>
background-color css
<style>
a { background-color: #E536BE; }
a { background-color: rgb(229,54,190); }
div.DivClassName
{
background-color: #E536BE;
}
.BgClassName
{
background-color: #E536BE;
}
</style>
border-color css
<style>
span { border-color: #E536BE; }
span { border-color: rgb(229,54,190); }
td.TdClassName
{
border-color: #E536BE;
}
.TagClassName
{
border-color: #E536BE;
}
</style>