Shades of Razzle Dazzle Rose #E534D2
Tints of Razzle Dazzle Rose #E534D2
RGB
CMYK
RGB Variations
Color information
#E534D2 (or 0xE534D2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and D2. RGB value is (229,52,210). Sum of RGB (Red+Green+Blue) = 229+52+210=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E534D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534D2 is #1ACB2D. Grayscale: #7A7A7A. Windows color (decimal): -1755950 or 13776101. OLE color: 13776101.
HSL color Cylindrical-coordinate representation of color #E534D2: hue angle of 306.44º 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 #E534D2 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 210 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.10 |
| HSL | 306.44º | 0.77% | 0.55% | - |
| HSV(B) | 306.44º | 0.77% | 0.9% | - |
| XYZ | 45.17 | 23.77 | 63.18 | - |
| YUV | 122.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 210 | 0 | 0.77 | 0.08 | 0.10 | 306.44 | 0.77 | 0.55 |
| Hex | E5 | 34 | D2 | 0 | 4D | 8 | A | 132 | 4D | 37 |
| Octal | 345 | 64 | 322 | 0 | 115 | 10 | 12 | 462 | 115 | 67 |
| Binary | 11100101 | 110100 | 11010010 | 0 | 1001101 | 1000 | 1010 | 100110010 | 1001101 | 110111 |
Color Harmonies of #E534D2
Complementary color
Monochromatic Colors of #E534D2
Black with #E534D2
Text Example
Text Example
White with #E534D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534D2; }
p { color: rgb(229,52,210); }
H1.HeaderClassName
{
color: #E534D2;
}
.AnyTagClassName
{
color: #E534D2;
}
</style>
background-color css
<style>
a { background-color: #E534D2; }
a { background-color: rgb(229,52,210); }
div.DivClassName
{
background-color: #E534D2;
}
.BgClassName
{
background-color: #E534D2;
}
</style>
border-color css
<style>
span { border-color: #E534D2; }
span { border-color: rgb(229,52,210); }
td.TdClassName
{
border-color: #E534D2;
}
.TagClassName
{
border-color: #E534D2;
}
</style>