Shades of Brilliant Rose #ED549B
Tints of Brilliant Rose #ED549B
RGB
CMYK
RGB Variations
Color information
#ED549B (or 0xED549B) is known color: Brilliant Rose. HEX triplet: ED, 54 and 9B. RGB value is (237,84,155). Sum of RGB (Red+Green+Blue) = 237+84+155=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED549B is #12AB64. Grayscale: #898989. Windows color (decimal): -1223525 or 10179821. OLE color: 10179821.
HSL color Cylindrical-coordinate representation of color #ED549B: hue angle of 332.16º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED549B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 155 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.07 |
| HSL | 332.16º | 0.81% | 0.63% | - |
| HSV(B) | 332.16º | 0.65% | 0.93% | - |
| XYZ | 44.01 | 26.71 | 33.85 | - |
| YUV | 137.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 155 | 0 | 0.65 | 0.35 | 0.07 | 332.16 | 0.81 | 0.63 |
| Hex | ED | 54 | 9B | 0 | 41 | 23 | 7 | 14C | 51 | 3F |
| Octal | 355 | 124 | 233 | 0 | 101 | 43 | 7 | 514 | 121 | 77 |
| Binary | 11101101 | 1010100 | 10011011 | 0 | 1000001 | 100011 | 111 | 101001100 | 1010001 | 111111 |
Color Harmonies of #ED549B
Complementary color
Monochromatic Colors of #ED549B
Black with #ED549B
Text Example
Text Example
White with #ED549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED549B; }
p { color: rgb(237,84,155); }
H1.HeaderClassName
{
color: #ED549B;
}
.AnyTagClassName
{
color: #ED549B;
}
</style>
background-color css
<style>
a { background-color: #ED549B; }
a { background-color: rgb(237,84,155); }
div.DivClassName
{
background-color: #ED549B;
}
.BgClassName
{
background-color: #ED549B;
}
</style>
border-color css
<style>
span { border-color: #ED549B; }
span { border-color: rgb(237,84,155); }
td.TdClassName
{
border-color: #ED549B;
}
.TagClassName
{
border-color: #ED549B;
}
</style>