Shades of Razzle Dazzle Rose #E540BF
Tints of Razzle Dazzle Rose #E540BF
RGB
CMYK
RGB Variations
Color information
#E540BF (or 0xE540BF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 40 and BF. RGB value is (229,64,191). Sum of RGB (Red+Green+Blue) = 229+64+191=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E540BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540BF is #1ABF40. Grayscale: #7F7F7F. Windows color (decimal): -1752897 or 12533989. OLE color: 12533989.
HSL color Cylindrical-coordinate representation of color #E540BF: hue angle of 313.82º 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 #E540BF is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 191 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.10 |
| HSL | 313.82º | 0.76% | 0.57% | - |
| HSV(B) | 313.82º | 0.72% | 0.9% | - |
| XYZ | 43.55 | 24.09 | 51.64 | - |
| YUV | 127.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 191 | 0 | 0.72 | 0.17 | 0.10 | 313.82 | 0.76 | 0.57 |
| Hex | E5 | 40 | BF | 0 | 48 | 11 | A | 13A | 4C | 39 |
| Octal | 345 | 100 | 277 | 0 | 110 | 21 | 12 | 472 | 114 | 71 |
| Binary | 11100101 | 1000000 | 10111111 | 0 | 1001000 | 10001 | 1010 | 100111010 | 1001100 | 111001 |
Color Harmonies of #E540BF
Complementary color
Monochromatic Colors of #E540BF
Black with #E540BF
Text Example
Text Example
White with #E540BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540BF; }
p { color: rgb(229,64,191); }
H1.HeaderClassName
{
color: #E540BF;
}
.AnyTagClassName
{
color: #E540BF;
}
</style>
background-color css
<style>
a { background-color: #E540BF; }
a { background-color: rgb(229,64,191); }
div.DivClassName
{
background-color: #E540BF;
}
.BgClassName
{
background-color: #E540BF;
}
</style>
border-color css
<style>
span { border-color: #E540BF; }
span { border-color: rgb(229,64,191); }
td.TdClassName
{
border-color: #E540BF;
}
.TagClassName
{
border-color: #E540BF;
}
</style>