Shades of Razzle Dazzle Rose #E533BA
Tints of Razzle Dazzle Rose #E533BA
RGB
CMYK
RGB Variations
Color information
#E533BA (or 0xE533BA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and BA. RGB value is (229,51,186). Sum of RGB (Red+Green+Blue) = 229+51+186=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E533BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533BA is #1ACC45. Grayscale: #777777. Windows color (decimal): -1756230 or 12202981. OLE color: 12202981.
HSL color Cylindrical-coordinate representation of color #E533BA: hue angle of 314.49º 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 #E533BA is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 186 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.10 |
| HSL | 314.49º | 0.77% | 0.55% | - |
| HSV(B) | 314.49º | 0.78% | 0.9% | - |
| XYZ | 42.36 | 22.57 | 48.58 | - |
| YUV | 119.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 186 | 0 | 0.78 | 0.19 | 0.10 | 314.49 | 0.77 | 0.55 |
| Hex | E5 | 33 | BA | 0 | 4E | 13 | A | 13A | 4D | 37 |
| Octal | 345 | 63 | 272 | 0 | 116 | 23 | 12 | 472 | 115 | 67 |
| Binary | 11100101 | 110011 | 10111010 | 0 | 1001110 | 10011 | 1010 | 100111010 | 1001101 | 110111 |
Color Harmonies of #E533BA
Complementary color
Monochromatic Colors of #E533BA
Black with #E533BA
Text Example
Text Example
White with #E533BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533BA; }
p { color: rgb(229,51,186); }
H1.HeaderClassName
{
color: #E533BA;
}
.AnyTagClassName
{
color: #E533BA;
}
</style>
background-color css
<style>
a { background-color: #E533BA; }
a { background-color: rgb(229,51,186); }
div.DivClassName
{
background-color: #E533BA;
}
.BgClassName
{
background-color: #E533BA;
}
</style>
border-color css
<style>
span { border-color: #E533BA; }
span { border-color: rgb(229,51,186); }
td.TdClassName
{
border-color: #E533BA;
}
.TagClassName
{
border-color: #E533BA;
}
</style>