Shades of Razzle Dazzle Rose #E53AB7
Tints of Razzle Dazzle Rose #E53AB7
RGB
CMYK
RGB Variations
Color information
#E53AB7 (or 0xE53AB7) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3A and B7. RGB value is (229,58,183). Sum of RGB (Red+Green+Blue) = 229+58+183=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53AB7 is #1AC548. Grayscale: #7B7B7B. Windows color (decimal): -1754441 or 12008165. OLE color: 12008165.
HSL color Cylindrical-coordinate representation of color #E53AB7: hue angle of 316.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53AB7 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 183 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.10 |
| HSL | 316.14º | 0.77% | 0.56% | - |
| HSV(B) | 316.14º | 0.75% | 0.9% | - |
| XYZ | 42.37 | 23.1 | 47.03 | - |
| YUV | 123.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 183 | 0 | 0.75 | 0.20 | 0.10 | 316.14 | 0.77 | 0.56 |
| Hex | E5 | 3A | B7 | 0 | 4B | 14 | A | 13C | 4D | 38 |
| Octal | 345 | 72 | 267 | 0 | 113 | 24 | 12 | 474 | 115 | 70 |
| Binary | 11100101 | 111010 | 10110111 | 0 | 1001011 | 10100 | 1010 | 100111100 | 1001101 | 111000 |
Color Harmonies of #E53AB7
Complementary color
Monochromatic Colors of #E53AB7
Black with #E53AB7
Text Example
Text Example
White with #E53AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53AB7; }
p { color: rgb(229,58,183); }
H1.HeaderClassName
{
color: #E53AB7;
}
.AnyTagClassName
{
color: #E53AB7;
}
</style>
background-color css
<style>
a { background-color: #E53AB7; }
a { background-color: rgb(229,58,183); }
div.DivClassName
{
background-color: #E53AB7;
}
.BgClassName
{
background-color: #E53AB7;
}
</style>
border-color css
<style>
span { border-color: #E53AB7; }
span { border-color: rgb(229,58,183); }
td.TdClassName
{
border-color: #E53AB7;
}
.TagClassName
{
border-color: #E53AB7;
}
</style>