Shades of Razzle Dazzle Rose #E534DA
Tints of Razzle Dazzle Rose #E534DA
RGB
CMYK
RGB Variations
Color information
#E534DA (or 0xE534DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and DA. RGB value is (229,52,218). Sum of RGB (Red+Green+Blue) = 229+52+218=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E534DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534DA is #1ACB25. Grayscale: #7B7B7B. Windows color (decimal): -1755942 or 14300389. OLE color: 14300389.
HSL color Cylindrical-coordinate representation of color #E534DA: hue angle of 303.73º 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 #E534DA is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 218 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.10 |
| HSL | 303.73º | 0.77% | 0.55% | - |
| HSV(B) | 303.73º | 0.77% | 0.9% | - |
| XYZ | 46.2 | 24.18 | 68.56 | - |
| YUV | 123.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 218 | 0 | 0.77 | 0.05 | 0.10 | 303.73 | 0.77 | 0.55 |
| Hex | E5 | 34 | DA | 0 | 4D | 5 | A | 130 | 4D | 37 |
| Octal | 345 | 64 | 332 | 0 | 115 | 5 | 12 | 460 | 115 | 67 |
| Binary | 11100101 | 110100 | 11011010 | 0 | 1001101 | 101 | 1010 | 100110000 | 1001101 | 110111 |
Color Harmonies of #E534DA
Complementary color
Monochromatic Colors of #E534DA
Black with #E534DA
Text Example
Text Example
White with #E534DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534DA; }
p { color: rgb(229,52,218); }
H1.HeaderClassName
{
color: #E534DA;
}
.AnyTagClassName
{
color: #E534DA;
}
</style>
background-color css
<style>
a { background-color: #E534DA; }
a { background-color: rgb(229,52,218); }
div.DivClassName
{
background-color: #E534DA;
}
.BgClassName
{
background-color: #E534DA;
}
</style>
border-color css
<style>
span { border-color: #E534DA; }
span { border-color: rgb(229,52,218); }
td.TdClassName
{
border-color: #E534DA;
}
.TagClassName
{
border-color: #E534DA;
}
</style>