Shades of Razzle Dazzle Rose #E544B8
Tints of Razzle Dazzle Rose #E544B8
RGB
CMYK
RGB Variations
Color information
#E544B8 (or 0xE544B8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 44 and B8. RGB value is (229,68,184). Sum of RGB (Red+Green+Blue) = 229+68+184=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E544B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544B8 is #1ABB47. Grayscale: #818181. Windows color (decimal): -1751880 or 12076261. OLE color: 12076261.
HSL color Cylindrical-coordinate representation of color #E544B8: hue angle of 316.77º degrees, saturation: 0.76, 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 #E544B8 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 184 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.10 |
| HSL | 316.77º | 0.76% | 0.58% | - |
| HSV(B) | 316.77º | 0.7% | 0.9% | - |
| XYZ | 43.03 | 24.25 | 47.76 | - |
| YUV | 129.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 184 | 0 | 0.70 | 0.20 | 0.10 | 316.77 | 0.76 | 0.58 |
| Hex | E5 | 44 | B8 | 0 | 46 | 14 | A | 13D | 4C | 3A |
| Octal | 345 | 104 | 270 | 0 | 106 | 24 | 12 | 475 | 114 | 72 |
| Binary | 11100101 | 1000100 | 10111000 | 0 | 1000110 | 10100 | 1010 | 100111101 | 1001100 | 111010 |
Color Harmonies of #E544B8
Complementary color
Monochromatic Colors of #E544B8
Black with #E544B8
Text Example
Text Example
White with #E544B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544B8; }
p { color: rgb(229,68,184); }
H1.HeaderClassName
{
color: #E544B8;
}
.AnyTagClassName
{
color: #E544B8;
}
</style>
background-color css
<style>
a { background-color: #E544B8; }
a { background-color: rgb(229,68,184); }
div.DivClassName
{
background-color: #E544B8;
}
.BgClassName
{
background-color: #E544B8;
}
</style>
border-color css
<style>
span { border-color: #E544B8; }
span { border-color: rgb(229,68,184); }
td.TdClassName
{
border-color: #E544B8;
}
.TagClassName
{
border-color: #E544B8;
}
</style>