Shades of Razzle Dazzle Rose #E530EC
Tints of Razzle Dazzle Rose #E530EC
RGB
CMYK
RGB Variations
Color information
#E530EC (or 0xE530EC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 30 and EC. RGB value is (229,48,236). Sum of RGB (Red+Green+Blue) = 229+48+236=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #E530EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E530EC is #1ACF13. Grayscale: #7A7A7A. Windows color (decimal): -1756948 or 15479013. OLE color: 15479013.
HSL color Cylindrical-coordinate representation of color #E530EC: hue angle of 297.77º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E530EC is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 48 | 236 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.07 |
| HSL | 297.77º | 0.83% | 0.56% | - |
| HSV(B) | 297.77º | 0.8% | 0.93% | - |
| XYZ | 48.51 | 24.83 | 81.59 | - |
| YUV | 123.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 236 | 0.03 | 0.80 | 0 | 0.07 | 297.77 | 0.83 | 0.56 |
| Hex | E5 | 30 | EC | 3 | 50 | 0 | 7 | 12A | 53 | 38 |
| Octal | 345 | 60 | 354 | 3 | 120 | 0 | 7 | 452 | 123 | 70 |
| Binary | 11100101 | 110000 | 11101100 | 11 | 1010000 | 0 | 111 | 100101010 | 1010011 | 111000 |
Color Harmonies of #E530EC
Complementary color
Monochromatic Colors of #E530EC
Black with #E530EC
Text Example
Text Example
White with #E530EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E530EC; }
p { color: rgb(229,48,236); }
H1.HeaderClassName
{
color: #E530EC;
}
.AnyTagClassName
{
color: #E530EC;
}
</style>
background-color css
<style>
a { background-color: #E530EC; }
a { background-color: rgb(229,48,236); }
div.DivClassName
{
background-color: #E530EC;
}
.BgClassName
{
background-color: #E530EC;
}
</style>
border-color css
<style>
span { border-color: #E530EC; }
span { border-color: rgb(229,48,236); }
td.TdClassName
{
border-color: #E530EC;
}
.TagClassName
{
border-color: #E530EC;
}
</style>