Shades of Razzle Dazzle Rose #E535C7
Tints of Razzle Dazzle Rose #E535C7
RGB
CMYK
RGB Variations
Color information
#E535C7 (or 0xE535C7) is known color: Razzle Dazzle Rose. HEX triplet: E5, 35 and C7. RGB value is (229,53,199). Sum of RGB (Red+Green+Blue) = 229+53+199=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E535C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E535C7 is #1ACA38. Grayscale: #797979. Windows color (decimal): -1755705 or 13055461. OLE color: 13055461.
HSL color Cylindrical-coordinate representation of color #E535C7: hue angle of 310.23º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E535C7 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 199 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.10 |
| HSL | 310.23º | 0.77% | 0.55% | - |
| HSV(B) | 310.23º | 0.77% | 0.9% | - |
| XYZ | 43.9 | 23.33 | 56.22 | - |
| YUV | 122.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 199 | 0 | 0.77 | 0.13 | 0.10 | 310.23 | 0.77 | 0.55 |
| Hex | E5 | 35 | C7 | 0 | 4D | D | A | 136 | 4D | 37 |
| Octal | 345 | 65 | 307 | 0 | 115 | 15 | 12 | 466 | 115 | 67 |
| Binary | 11100101 | 110101 | 11000111 | 0 | 1001101 | 1101 | 1010 | 100110110 | 1001101 | 110111 |
Color Harmonies of #E535C7
Complementary color
Monochromatic Colors of #E535C7
Black with #E535C7
Text Example
Text Example
White with #E535C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E535C7; }
p { color: rgb(229,53,199); }
H1.HeaderClassName
{
color: #E535C7;
}
.AnyTagClassName
{
color: #E535C7;
}
</style>
background-color css
<style>
a { background-color: #E535C7; }
a { background-color: rgb(229,53,199); }
div.DivClassName
{
background-color: #E535C7;
}
.BgClassName
{
background-color: #E535C7;
}
</style>
border-color css
<style>
span { border-color: #E535C7; }
span { border-color: rgb(229,53,199); }
td.TdClassName
{
border-color: #E535C7;
}
.TagClassName
{
border-color: #E535C7;
}
</style>