Shades of Razzle Dazzle Rose #E53AB3
Tints of Razzle Dazzle Rose #E53AB3
RGB
CMYK
RGB Variations
Color information
#E53AB3 (or 0xE53AB3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3A and B3. RGB value is (229,58,179). Sum of RGB (Red+Green+Blue) = 229+58+179=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53AB3 is #1AC54C. Grayscale: #7A7A7A. Windows color (decimal): -1754445 or 11746021. OLE color: 11746021.
HSL color Cylindrical-coordinate representation of color #E53AB3: hue angle of 317.54º 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 #E53AB3 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 179 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.10 |
| HSL | 317.54º | 0.77% | 0.56% | - |
| HSV(B) | 317.54º | 0.75% | 0.9% | - |
| XYZ | 41.96 | 22.94 | 44.86 | - |
| YUV | 122.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 179 | 0 | 0.75 | 0.22 | 0.10 | 317.54 | 0.77 | 0.56 |
| Hex | E5 | 3A | B3 | 0 | 4B | 16 | A | 13E | 4D | 38 |
| Octal | 345 | 72 | 263 | 0 | 113 | 26 | 12 | 476 | 115 | 70 |
| Binary | 11100101 | 111010 | 10110011 | 0 | 1001011 | 10110 | 1010 | 100111110 | 1001101 | 111000 |
Color Harmonies of #E53AB3
Complementary color
Monochromatic Colors of #E53AB3
Black with #E53AB3
Text Example
Text Example
White with #E53AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53AB3; }
p { color: rgb(229,58,179); }
H1.HeaderClassName
{
color: #E53AB3;
}
.AnyTagClassName
{
color: #E53AB3;
}
</style>
background-color css
<style>
a { background-color: #E53AB3; }
a { background-color: rgb(229,58,179); }
div.DivClassName
{
background-color: #E53AB3;
}
.BgClassName
{
background-color: #E53AB3;
}
</style>
border-color css
<style>
span { border-color: #E53AB3; }
span { border-color: rgb(229,58,179); }
td.TdClassName
{
border-color: #E53AB3;
}
.TagClassName
{
border-color: #E53AB3;
}
</style>