Shades of Razzle Dazzle Rose #E537DC
Tints of Razzle Dazzle Rose #E537DC
RGB
CMYK
RGB Variations
Color information
#E537DC (or 0xE537DC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 37 and DC. RGB value is (229,55,220). Sum of RGB (Red+Green+Blue) = 229+55+220=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E537DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E537DC is #1AC823. Grayscale: #7D7D7D. Windows color (decimal): -1755172 or 14432229. OLE color: 14432229.
HSL color Cylindrical-coordinate representation of color #E537DC: hue angle of 303.1º 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 #E537DC is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 220 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.10 |
| HSL | 303.1º | 0.77% | 0.56% | - |
| HSV(B) | 303.1º | 0.76% | 0.9% | - |
| XYZ | 46.6 | 24.56 | 69.99 | - |
| YUV | 125.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 220 | 0 | 0.76 | 0.04 | 0.10 | 303.1 | 0.77 | 0.56 |
| Hex | E5 | 37 | DC | 0 | 4C | 4 | A | 12F | 4D | 38 |
| Octal | 345 | 67 | 334 | 0 | 114 | 4 | 12 | 457 | 115 | 70 |
| Binary | 11100101 | 110111 | 11011100 | 0 | 1001100 | 100 | 1010 | 100101111 | 1001101 | 111000 |
Color Harmonies of #E537DC
Complementary color
Monochromatic Colors of #E537DC
Black with #E537DC
Text Example
Text Example
White with #E537DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E537DC; }
p { color: rgb(229,55,220); }
H1.HeaderClassName
{
color: #E537DC;
}
.AnyTagClassName
{
color: #E537DC;
}
</style>
background-color css
<style>
a { background-color: #E537DC; }
a { background-color: rgb(229,55,220); }
div.DivClassName
{
background-color: #E537DC;
}
.BgClassName
{
background-color: #E537DC;
}
</style>
border-color css
<style>
span { border-color: #E537DC; }
span { border-color: rgb(229,55,220); }
td.TdClassName
{
border-color: #E537DC;
}
.TagClassName
{
border-color: #E537DC;
}
</style>