Shades of Razzle Dazzle Rose #E537DA
Tints of Razzle Dazzle Rose #E537DA
RGB
CMYK
RGB Variations
Color information
#E537DA (or 0xE537DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 37 and DA. RGB value is (229,55,218). Sum of RGB (Red+Green+Blue) = 229+55+218=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E537DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E537DA is #1AC825. Grayscale: #7D7D7D. Windows color (decimal): -1755174 or 14301157. OLE color: 14301157.
HSL color Cylindrical-coordinate representation of color #E537DA: hue angle of 303.79º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E537DA is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 218 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.10 |
| HSL | 303.79º | 0.77% | 0.56% | - |
| HSV(B) | 303.79º | 0.76% | 0.9% | - |
| XYZ | 46.33 | 24.45 | 68.61 | - |
| YUV | 125.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 218 | 0 | 0.76 | 0.05 | 0.10 | 303.79 | 0.77 | 0.56 |
| Hex | E5 | 37 | DA | 0 | 4C | 5 | A | 130 | 4D | 38 |
| Octal | 345 | 67 | 332 | 0 | 114 | 5 | 12 | 460 | 115 | 70 |
| Binary | 11100101 | 110111 | 11011010 | 0 | 1001100 | 101 | 1010 | 100110000 | 1001101 | 111000 |
Color Harmonies of #E537DA
Complementary color
Monochromatic Colors of #E537DA
Black with #E537DA
Text Example
Text Example
White with #E537DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E537DA; }
p { color: rgb(229,55,218); }
H1.HeaderClassName
{
color: #E537DA;
}
.AnyTagClassName
{
color: #E537DA;
}
</style>
background-color css
<style>
a { background-color: #E537DA; }
a { background-color: rgb(229,55,218); }
div.DivClassName
{
background-color: #E537DA;
}
.BgClassName
{
background-color: #E537DA;
}
</style>
border-color css
<style>
span { border-color: #E537DA; }
span { border-color: rgb(229,55,218); }
td.TdClassName
{
border-color: #E537DA;
}
.TagClassName
{
border-color: #E537DA;
}
</style>