Shades of Razzle Dazzle Rose #E534B9
Tints of Razzle Dazzle Rose #E534B9
RGB
CMYK
RGB Variations
Color information
#E534B9 (or 0xE534B9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and B9. RGB value is (229,52,185). Sum of RGB (Red+Green+Blue) = 229+52+185=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E534B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534B9 is #1ACB46. Grayscale: #777777. Windows color (decimal): -1755975 or 12137701. OLE color: 12137701.
HSL color Cylindrical-coordinate representation of color #E534B9: hue angle of 314.92º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534B9 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 185 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.10 |
| HSL | 314.92º | 0.77% | 0.55% | - |
| HSV(B) | 314.92º | 0.77% | 0.9% | - |
| XYZ | 42.3 | 22.62 | 48.04 | - |
| YUV | 120.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 185 | 0 | 0.77 | 0.19 | 0.10 | 314.92 | 0.77 | 0.55 |
| Hex | E5 | 34 | B9 | 0 | 4D | 13 | A | 13B | 4D | 37 |
| Octal | 345 | 64 | 271 | 0 | 115 | 23 | 12 | 473 | 115 | 67 |
| Binary | 11100101 | 110100 | 10111001 | 0 | 1001101 | 10011 | 1010 | 100111011 | 1001101 | 110111 |
Color Harmonies of #E534B9
Complementary color
Monochromatic Colors of #E534B9
Black with #E534B9
Text Example
Text Example
White with #E534B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534B9; }
p { color: rgb(229,52,185); }
H1.HeaderClassName
{
color: #E534B9;
}
.AnyTagClassName
{
color: #E534B9;
}
</style>
background-color css
<style>
a { background-color: #E534B9; }
a { background-color: rgb(229,52,185); }
div.DivClassName
{
background-color: #E534B9;
}
.BgClassName
{
background-color: #E534B9;
}
</style>
border-color css
<style>
span { border-color: #E534B9; }
span { border-color: rgb(229,52,185); }
td.TdClassName
{
border-color: #E534B9;
}
.TagClassName
{
border-color: #E534B9;
}
</style>