Shades of Razzle Dazzle Rose #E53FBA
Tints of Razzle Dazzle Rose #E53FBA
RGB
CMYK
RGB Variations
Color information
#E53FBA (or 0xE53FBA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3F and BA. RGB value is (229,63,186). Sum of RGB (Red+Green+Blue) = 229+63+186=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FBA is #1AC045. Grayscale: #7E7E7E. Windows color (decimal): -1753158 or 12206053. OLE color: 12206053.
HSL color Cylindrical-coordinate representation of color #E53FBA: hue angle of 315.54º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FBA is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 186 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.10 |
| HSL | 315.54º | 0.76% | 0.57% | - |
| HSV(B) | 315.54º | 0.72% | 0.9% | - |
| XYZ | 42.95 | 23.76 | 48.78 | - |
| YUV | 126.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 186 | 0 | 0.72 | 0.19 | 0.10 | 315.54 | 0.76 | 0.57 |
| Hex | E5 | 3F | BA | 0 | 48 | 13 | A | 13C | 4C | 39 |
| Octal | 345 | 77 | 272 | 0 | 110 | 23 | 12 | 474 | 114 | 71 |
| Binary | 11100101 | 111111 | 10111010 | 0 | 1001000 | 10011 | 1010 | 100111100 | 1001100 | 111001 |
Color Harmonies of #E53FBA
Complementary color
Monochromatic Colors of #E53FBA
Black with #E53FBA
Text Example
Text Example
White with #E53FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FBA; }
p { color: rgb(229,63,186); }
H1.HeaderClassName
{
color: #E53FBA;
}
.AnyTagClassName
{
color: #E53FBA;
}
</style>
background-color css
<style>
a { background-color: #E53FBA; }
a { background-color: rgb(229,63,186); }
div.DivClassName
{
background-color: #E53FBA;
}
.BgClassName
{
background-color: #E53FBA;
}
</style>
border-color css
<style>
span { border-color: #E53FBA; }
span { border-color: rgb(229,63,186); }
td.TdClassName
{
border-color: #E53FBA;
}
.TagClassName
{
border-color: #E53FBA;
}
</style>