Shades of Razzle Dazzle Rose #E549B7
Tints of Razzle Dazzle Rose #E549B7
RGB
CMYK
RGB Variations
Color information
#E549B7 (or 0xE549B7) is known color: Razzle Dazzle Rose. HEX triplet: E5, 49 and B7. RGB value is (229,73,183). Sum of RGB (Red+Green+Blue) = 229+73+183=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E549B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549B7 is #1AB648. Grayscale: #838383. Windows color (decimal): -1750601 or 12012005. OLE color: 12012005.
HSL color Cylindrical-coordinate representation of color #E549B7: hue angle of 317.69º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E549B7 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 183 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.10 |
| HSL | 317.69º | 0.75% | 0.59% | - |
| HSV(B) | 317.69º | 0.68% | 0.9% | - |
| XYZ | 43.24 | 24.84 | 47.32 | - |
| YUV | 132.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 183 | 0 | 0.68 | 0.20 | 0.10 | 317.69 | 0.75 | 0.59 |
| Hex | E5 | 49 | B7 | 0 | 44 | 14 | A | 13E | 4B | 3B |
| Octal | 345 | 111 | 267 | 0 | 104 | 24 | 12 | 476 | 113 | 73 |
| Binary | 11100101 | 1001001 | 10110111 | 0 | 1000100 | 10100 | 1010 | 100111110 | 1001011 | 111011 |
Color Harmonies of #E549B7
Complementary color
Monochromatic Colors of #E549B7
Black with #E549B7
Text Example
Text Example
White with #E549B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549B7; }
p { color: rgb(229,73,183); }
H1.HeaderClassName
{
color: #E549B7;
}
.AnyTagClassName
{
color: #E549B7;
}
</style>
background-color css
<style>
a { background-color: #E549B7; }
a { background-color: rgb(229,73,183); }
div.DivClassName
{
background-color: #E549B7;
}
.BgClassName
{
background-color: #E549B7;
}
</style>
border-color css
<style>
span { border-color: #E549B7; }
span { border-color: rgb(229,73,183); }
td.TdClassName
{
border-color: #E549B7;
}
.TagClassName
{
border-color: #E549B7;
}
</style>