Shades of Brilliant Rose #ED5BAE
Tints of Brilliant Rose #ED5BAE
RGB
CMYK
RGB Variations
Color information
#ED5BAE (or 0xED5BAE) is known color: Brilliant Rose. HEX triplet: ED, 5B and AE. RGB value is (237,91,174). Sum of RGB (Red+Green+Blue) = 237+91+174=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5BAE is #12A451. Grayscale: #8F8F8F. Windows color (decimal): -1221714 or 11426797. OLE color: 11426797.
HSL color Cylindrical-coordinate representation of color #ED5BAE: hue angle of 325.89º 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 #ED5BAE is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 174 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.07 |
| HSL | 325.89º | 0.8% | 0.64% | - |
| HSV(B) | 325.89º | 0.62% | 0.93% | - |
| XYZ | 46.31 | 28.54 | 43.11 | - |
| YUV | 144.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 174 | 0 | 0.62 | 0.27 | 0.07 | 325.89 | 0.8 | 0.64 |
| Hex | ED | 5B | AE | 0 | 3E | 1B | 7 | 146 | 50 | 40 |
| Octal | 355 | 133 | 256 | 0 | 76 | 33 | 7 | 506 | 120 | 100 |
| Binary | 11101101 | 1011011 | 10101110 | 0 | 111110 | 11011 | 111 | 101000110 | 1010000 | 1000000 |
Color Harmonies of #ED5BAE
Complementary color
Monochromatic Colors of #ED5BAE
Black with #ED5BAE
Text Example
Text Example
White with #ED5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5BAE; }
p { color: rgb(237,91,174); }
H1.HeaderClassName
{
color: #ED5BAE;
}
.AnyTagClassName
{
color: #ED5BAE;
}
</style>
background-color css
<style>
a { background-color: #ED5BAE; }
a { background-color: rgb(237,91,174); }
div.DivClassName
{
background-color: #ED5BAE;
}
.BgClassName
{
background-color: #ED5BAE;
}
</style>
border-color css
<style>
span { border-color: #ED5BAE; }
span { border-color: rgb(237,91,174); }
td.TdClassName
{
border-color: #ED5BAE;
}
.TagClassName
{
border-color: #ED5BAE;
}
</style>