Shades of Razzle Dazzle Rose #E538D9
Tints of Razzle Dazzle Rose #E538D9
RGB
CMYK
RGB Variations
Color information
#E538D9 (or 0xE538D9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 38 and D9. RGB value is (229,56,217). Sum of RGB (Red+Green+Blue) = 229+56+217=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E538D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538D9 is #1AC726. Grayscale: #7D7D7D. Windows color (decimal): -1754919 or 14235877. OLE color: 14235877.
HSL color Cylindrical-coordinate representation of color #E538D9: hue angle of 304.16º 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 #E538D9 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 217 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.10 |
| HSL | 304.16º | 0.77% | 0.56% | - |
| HSV(B) | 304.16º | 0.76% | 0.9% | - |
| XYZ | 46.25 | 24.5 | 67.94 | - |
| YUV | 126.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 217 | 0 | 0.76 | 0.05 | 0.10 | 304.16 | 0.77 | 0.56 |
| Hex | E5 | 38 | D9 | 0 | 4C | 5 | A | 130 | 4D | 38 |
| Octal | 345 | 70 | 331 | 0 | 114 | 5 | 12 | 460 | 115 | 70 |
| Binary | 11100101 | 111000 | 11011001 | 0 | 1001100 | 101 | 1010 | 100110000 | 1001101 | 111000 |
Color Harmonies of #E538D9
Complementary color
Monochromatic Colors of #E538D9
Black with #E538D9
Text Example
Text Example
White with #E538D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538D9; }
p { color: rgb(229,56,217); }
H1.HeaderClassName
{
color: #E538D9;
}
.AnyTagClassName
{
color: #E538D9;
}
</style>
background-color css
<style>
a { background-color: #E538D9; }
a { background-color: rgb(229,56,217); }
div.DivClassName
{
background-color: #E538D9;
}
.BgClassName
{
background-color: #E538D9;
}
</style>
border-color css
<style>
span { border-color: #E538D9; }
span { border-color: rgb(229,56,217); }
td.TdClassName
{
border-color: #E538D9;
}
.TagClassName
{
border-color: #E538D9;
}
</style>