Shades of Razzle Dazzle Rose #E545BB
Tints of Razzle Dazzle Rose #E545BB
RGB
CMYK
RGB Variations
Color information
#E545BB (or 0xE545BB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 45 and BB. RGB value is (229,69,187). Sum of RGB (Red+Green+Blue) = 229+69+187=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E545BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545BB is #1ABA44. Grayscale: #818181. Windows color (decimal): -1751621 or 12273125. OLE color: 12273125.
HSL color Cylindrical-coordinate representation of color #E545BB: hue angle of 315.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545BB is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 187 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.10 |
| HSL | 315.75º | 0.75% | 0.58% | - |
| HSV(B) | 315.75º | 0.7% | 0.9% | - |
| XYZ | 43.41 | 24.5 | 49.46 | - |
| YUV | 130.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 187 | 0 | 0.70 | 0.18 | 0.10 | 315.75 | 0.75 | 0.58 |
| Hex | E5 | 45 | BB | 0 | 46 | 12 | A | 13C | 4B | 3A |
| Octal | 345 | 105 | 273 | 0 | 106 | 22 | 12 | 474 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10111011 | 0 | 1000110 | 10010 | 1010 | 100111100 | 1001011 | 111010 |
Color Harmonies of #E545BB
Complementary color
Monochromatic Colors of #E545BB
Black with #E545BB
Text Example
Text Example
White with #E545BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545BB; }
p { color: rgb(229,69,187); }
H1.HeaderClassName
{
color: #E545BB;
}
.AnyTagClassName
{
color: #E545BB;
}
</style>
background-color css
<style>
a { background-color: #E545BB; }
a { background-color: rgb(229,69,187); }
div.DivClassName
{
background-color: #E545BB;
}
.BgClassName
{
background-color: #E545BB;
}
</style>
border-color css
<style>
span { border-color: #E545BB; }
span { border-color: rgb(229,69,187); }
td.TdClassName
{
border-color: #E545BB;
}
.TagClassName
{
border-color: #E545BB;
}
</style>