Shades of Razzle Dazzle Rose #E536DA
Tints of Razzle Dazzle Rose #E536DA
RGB
CMYK
RGB Variations
Color information
#E536DA (or 0xE536DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 36 and DA. RGB value is (229,54,218). Sum of RGB (Red+Green+Blue) = 229+54+218=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E536DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E536DA is #1AC925. Grayscale: #7C7C7C. Windows color (decimal): -1755430 or 14300901. OLE color: 14300901.
HSL color Cylindrical-coordinate representation of color #E536DA: hue angle of 303.77º 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 #E536DA is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 218 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.10 |
| HSL | 303.77º | 0.77% | 0.55% | - |
| HSV(B) | 303.77º | 0.76% | 0.9% | - |
| XYZ | 46.29 | 24.36 | 68.59 | - |
| YUV | 125.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 218 | 0 | 0.76 | 0.05 | 0.10 | 303.77 | 0.77 | 0.55 |
| Hex | E5 | 36 | DA | 0 | 4C | 5 | A | 130 | 4D | 37 |
| Octal | 345 | 66 | 332 | 0 | 114 | 5 | 12 | 460 | 115 | 67 |
| Binary | 11100101 | 110110 | 11011010 | 0 | 1001100 | 101 | 1010 | 100110000 | 1001101 | 110111 |
Color Harmonies of #E536DA
Complementary color
Monochromatic Colors of #E536DA
Black with #E536DA
Text Example
Text Example
White with #E536DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536DA; }
p { color: rgb(229,54,218); }
H1.HeaderClassName
{
color: #E536DA;
}
.AnyTagClassName
{
color: #E536DA;
}
</style>
background-color css
<style>
a { background-color: #E536DA; }
a { background-color: rgb(229,54,218); }
div.DivClassName
{
background-color: #E536DA;
}
.BgClassName
{
background-color: #E536DA;
}
</style>
border-color css
<style>
span { border-color: #E536DA; }
span { border-color: rgb(229,54,218); }
td.TdClassName
{
border-color: #E536DA;
}
.TagClassName
{
border-color: #E536DA;
}
</style>