Shades of Brilliant Rose #ED5BAC
Tints of Brilliant Rose #ED5BAC
RGB
CMYK
RGB Variations
Color information
#ED5BAC (or 0xED5BAC) is known color: Brilliant Rose. HEX triplet: ED, 5B and AC. RGB value is (237,91,172). Sum of RGB (Red+Green+Blue) = 237+91+172=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5BAC is #12A453. Grayscale: #8F8F8F. Windows color (decimal): -1221716 or 11295725. OLE color: 11295725.
HSL color Cylindrical-coordinate representation of color #ED5BAC: hue angle of 326.71º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5BAC is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 172 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.07 |
| HSL | 326.71º | 0.8% | 0.64% | - |
| HSV(B) | 326.71º | 0.62% | 0.93% | - |
| XYZ | 46.11 | 28.47 | 42.09 | - |
| YUV | 143.89 | 143.87 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 172 | 0 | 0.62 | 0.27 | 0.07 | 326.71 | 0.8 | 0.64 |
| Hex | ED | 5B | AC | 0 | 3E | 1B | 7 | 147 | 50 | 40 |
| Octal | 355 | 133 | 254 | 0 | 76 | 33 | 7 | 507 | 120 | 100 |
| Binary | 11101101 | 1011011 | 10101100 | 0 | 111110 | 11011 | 111 | 101000111 | 1010000 | 1000000 |
Color Harmonies of #ED5BAC
Complementary color
Monochromatic Colors of #ED5BAC
Black with #ED5BAC
Text Example
Text Example
White with #ED5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5BAC; }
p { color: rgb(237,91,172); }
H1.HeaderClassName
{
color: #ED5BAC;
}
.AnyTagClassName
{
color: #ED5BAC;
}
</style>
background-color css
<style>
a { background-color: #ED5BAC; }
a { background-color: rgb(237,91,172); }
div.DivClassName
{
background-color: #ED5BAC;
}
.BgClassName
{
background-color: #ED5BAC;
}
</style>
border-color css
<style>
span { border-color: #ED5BAC; }
span { border-color: rgb(237,91,172); }
td.TdClassName
{
border-color: #ED5BAC;
}
.TagClassName
{
border-color: #ED5BAC;
}
</style>