Shades of Razzle Dazzle Rose #E545BC
Tints of Razzle Dazzle Rose #E545BC
RGB
CMYK
RGB Variations
Color information
#E545BC (or 0xE545BC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 45 and BC. RGB value is (229,69,188). Sum of RGB (Red+Green+Blue) = 229+69+188=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E545BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545BC is #1ABA43. Grayscale: #828282. Windows color (decimal): -1751620 or 12338661. OLE color: 12338661.
HSL color Cylindrical-coordinate representation of color #E545BC: hue angle of 315.38º 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 #E545BC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 188 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.10 |
| HSL | 315.38º | 0.75% | 0.58% | - |
| HSV(B) | 315.38º | 0.7% | 0.9% | - |
| XYZ | 43.52 | 24.55 | 50.02 | - |
| YUV | 130.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 188 | 0 | 0.70 | 0.18 | 0.10 | 315.38 | 0.75 | 0.58 |
| Hex | E5 | 45 | BC | 0 | 46 | 12 | A | 13B | 4B | 3A |
| Octal | 345 | 105 | 274 | 0 | 106 | 22 | 12 | 473 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10111100 | 0 | 1000110 | 10010 | 1010 | 100111011 | 1001011 | 111010 |
Color Harmonies of #E545BC
Complementary color
Monochromatic Colors of #E545BC
Black with #E545BC
Text Example
Text Example
White with #E545BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545BC; }
p { color: rgb(229,69,188); }
H1.HeaderClassName
{
color: #E545BC;
}
.AnyTagClassName
{
color: #E545BC;
}
</style>
background-color css
<style>
a { background-color: #E545BC; }
a { background-color: rgb(229,69,188); }
div.DivClassName
{
background-color: #E545BC;
}
.BgClassName
{
background-color: #E545BC;
}
</style>
border-color css
<style>
span { border-color: #E545BC; }
span { border-color: rgb(229,69,188); }
td.TdClassName
{
border-color: #E545BC;
}
.TagClassName
{
border-color: #E545BC;
}
</style>