Shades of Razzle Dazzle Rose #E53BBF
Tints of Razzle Dazzle Rose #E53BBF
RGB
CMYK
RGB Variations
Color information
#E53BBF (or 0xE53BBF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and BF. RGB value is (229,59,191). Sum of RGB (Red+Green+Blue) = 229+59+191=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BBF is #1AC440. Grayscale: #7C7C7C. Windows color (decimal): -1754177 or 12532709. OLE color: 12532709.
HSL color Cylindrical-coordinate representation of color #E53BBF: hue angle of 313.41º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BBF is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 191 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.10 |
| HSL | 313.41º | 0.77% | 0.56% | - |
| HSV(B) | 313.41º | 0.74% | 0.9% | - |
| XYZ | 43.28 | 23.55 | 51.55 | - |
| YUV | 124.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 191 | 0 | 0.74 | 0.17 | 0.10 | 313.41 | 0.77 | 0.56 |
| Hex | E5 | 3B | BF | 0 | 4A | 11 | A | 139 | 4D | 38 |
| Octal | 345 | 73 | 277 | 0 | 112 | 21 | 12 | 471 | 115 | 70 |
| Binary | 11100101 | 111011 | 10111111 | 0 | 1001010 | 10001 | 1010 | 100111001 | 1001101 | 111000 |
Color Harmonies of #E53BBF
Complementary color
Monochromatic Colors of #E53BBF
Black with #E53BBF
Text Example
Text Example
White with #E53BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BBF; }
p { color: rgb(229,59,191); }
H1.HeaderClassName
{
color: #E53BBF;
}
.AnyTagClassName
{
color: #E53BBF;
}
</style>
background-color css
<style>
a { background-color: #E53BBF; }
a { background-color: rgb(229,59,191); }
div.DivClassName
{
background-color: #E53BBF;
}
.BgClassName
{
background-color: #E53BBF;
}
</style>
border-color css
<style>
span { border-color: #E53BBF; }
span { border-color: rgb(229,59,191); }
td.TdClassName
{
border-color: #E53BBF;
}
.TagClassName
{
border-color: #E53BBF;
}
</style>