Shades of Razzle Dazzle Rose #E53EBF
Tints of Razzle Dazzle Rose #E53EBF
RGB
CMYK
RGB Variations
Color information
#E53EBF (or 0xE53EBF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3E and BF. RGB value is (229,62,191). Sum of RGB (Red+Green+Blue) = 229+62+191=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E53EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EBF is #1AC140. Grayscale: #7E7E7E. Windows color (decimal): -1753409 or 12533477. OLE color: 12533477.
HSL color Cylindrical-coordinate representation of color #E53EBF: hue angle of 313.65º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53EBF is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 191 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.10 |
| HSL | 313.65º | 0.76% | 0.57% | - |
| HSV(B) | 313.65º | 0.73% | 0.9% | - |
| XYZ | 43.44 | 23.86 | 51.61 | - |
| YUV | 126.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 191 | 0 | 0.73 | 0.17 | 0.10 | 313.65 | 0.76 | 0.57 |
| Hex | E5 | 3E | BF | 0 | 49 | 11 | A | 13A | 4C | 39 |
| Octal | 345 | 76 | 277 | 0 | 111 | 21 | 12 | 472 | 114 | 71 |
| Binary | 11100101 | 111110 | 10111111 | 0 | 1001001 | 10001 | 1010 | 100111010 | 1001100 | 111001 |
Color Harmonies of #E53EBF
Complementary color
Monochromatic Colors of #E53EBF
Black with #E53EBF
Text Example
Text Example
White with #E53EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53EBF; }
p { color: rgb(229,62,191); }
H1.HeaderClassName
{
color: #E53EBF;
}
.AnyTagClassName
{
color: #E53EBF;
}
</style>
background-color css
<style>
a { background-color: #E53EBF; }
a { background-color: rgb(229,62,191); }
div.DivClassName
{
background-color: #E53EBF;
}
.BgClassName
{
background-color: #E53EBF;
}
</style>
border-color css
<style>
span { border-color: #E53EBF; }
span { border-color: rgb(229,62,191); }
td.TdClassName
{
border-color: #E53EBF;
}
.TagClassName
{
border-color: #E53EBF;
}
</style>