Shades of Razzle Dazzle Rose #E53ABB
Tints of Razzle Dazzle Rose #E53ABB
RGB
CMYK
RGB Variations
Color information
#E53ABB (or 0xE53ABB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3A and BB. RGB value is (229,58,187). Sum of RGB (Red+Green+Blue) = 229+58+187=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ABB is #1AC544. Grayscale: #7B7B7B. Windows color (decimal): -1754437 or 12270309. OLE color: 12270309.
HSL color Cylindrical-coordinate representation of color #E53ABB: hue angle of 314.74º 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 #E53ABB is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 187 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.10 |
| HSL | 314.74º | 0.77% | 0.56% | - |
| HSV(B) | 314.74º | 0.75% | 0.9% | - |
| XYZ | 42.8 | 23.27 | 49.25 | - |
| YUV | 123.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 187 | 0 | 0.75 | 0.18 | 0.10 | 314.74 | 0.77 | 0.56 |
| Hex | E5 | 3A | BB | 0 | 4B | 12 | A | 13B | 4D | 38 |
| Octal | 345 | 72 | 273 | 0 | 113 | 22 | 12 | 473 | 115 | 70 |
| Binary | 11100101 | 111010 | 10111011 | 0 | 1001011 | 10010 | 1010 | 100111011 | 1001101 | 111000 |
Color Harmonies of #E53ABB
Complementary color
Monochromatic Colors of #E53ABB
Black with #E53ABB
Text Example
Text Example
White with #E53ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53ABB; }
p { color: rgb(229,58,187); }
H1.HeaderClassName
{
color: #E53ABB;
}
.AnyTagClassName
{
color: #E53ABB;
}
</style>
background-color css
<style>
a { background-color: #E53ABB; }
a { background-color: rgb(229,58,187); }
div.DivClassName
{
background-color: #E53ABB;
}
.BgClassName
{
background-color: #E53ABB;
}
</style>
border-color css
<style>
span { border-color: #E53ABB; }
span { border-color: rgb(229,58,187); }
td.TdClassName
{
border-color: #E53ABB;
}
.TagClassName
{
border-color: #E53ABB;
}
</style>