Shades of Razzle Dazzle Rose #E536BD
Tints of Razzle Dazzle Rose #E536BD
RGB
CMYK
RGB Variations
Color information
#E536BD (or 0xE536BD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 36 and BD. RGB value is (229,54,189). Sum of RGB (Red+Green+Blue) = 229+54+189=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E536BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E536BD is #1AC942. Grayscale: #797979. Windows color (decimal): -1755459 or 12400357. OLE color: 12400357.
HSL color Cylindrical-coordinate representation of color #E536BD: hue angle of 313.71º 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 #E536BD is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 189 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.10 |
| HSL | 313.71º | 0.77% | 0.55% | - |
| HSV(B) | 313.71º | 0.76% | 0.9% | - |
| XYZ | 42.82 | 22.97 | 50.32 | - |
| YUV | 121.72 | 165.98 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 189 | 0 | 0.76 | 0.17 | 0.10 | 313.71 | 0.77 | 0.55 |
| Hex | E5 | 36 | BD | 0 | 4C | 11 | A | 13A | 4D | 37 |
| Octal | 345 | 66 | 275 | 0 | 114 | 21 | 12 | 472 | 115 | 67 |
| Binary | 11100101 | 110110 | 10111101 | 0 | 1001100 | 10001 | 1010 | 100111010 | 1001101 | 110111 |
Color Harmonies of #E536BD
Complementary color
Monochromatic Colors of #E536BD
Black with #E536BD
Text Example
Text Example
White with #E536BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536BD; }
p { color: rgb(229,54,189); }
H1.HeaderClassName
{
color: #E536BD;
}
.AnyTagClassName
{
color: #E536BD;
}
</style>
background-color css
<style>
a { background-color: #E536BD; }
a { background-color: rgb(229,54,189); }
div.DivClassName
{
background-color: #E536BD;
}
.BgClassName
{
background-color: #E536BD;
}
</style>
border-color css
<style>
span { border-color: #E536BD; }
span { border-color: rgb(229,54,189); }
td.TdClassName
{
border-color: #E536BD;
}
.TagClassName
{
border-color: #E536BD;
}
</style>