Shades of Brilliant Rose #ED58AB
Tints of Brilliant Rose #ED58AB
RGB
CMYK
RGB Variations
Color information
#ED58AB (or 0xED58AB) is known color: Brilliant Rose. HEX triplet: ED, 58 and AB. RGB value is (237,88,171). Sum of RGB (Red+Green+Blue) = 237+88+171=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED58AB is #12A754. Grayscale: #8D8D8D. Windows color (decimal): -1222485 or 11229421. OLE color: 11229421.
HSL color Cylindrical-coordinate representation of color #ED58AB: hue angle of 326.58º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED58AB is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 171 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.07 |
| HSL | 326.58º | 0.81% | 0.64% | - |
| HSV(B) | 326.58º | 0.63% | 0.93% | - |
| XYZ | 45.77 | 27.92 | 41.51 | - |
| YUV | 142.01 | 144.36 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 171 | 0 | 0.63 | 0.28 | 0.07 | 326.58 | 0.81 | 0.64 |
| Hex | ED | 58 | AB | 0 | 3F | 1C | 7 | 147 | 51 | 40 |
| Octal | 355 | 130 | 253 | 0 | 77 | 34 | 7 | 507 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10101011 | 0 | 111111 | 11100 | 111 | 101000111 | 1010001 | 1000000 |
Color Harmonies of #ED58AB
Complementary color
Monochromatic Colors of #ED58AB
Black with #ED58AB
Text Example
Text Example
White with #ED58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58AB; }
p { color: rgb(237,88,171); }
H1.HeaderClassName
{
color: #ED58AB;
}
.AnyTagClassName
{
color: #ED58AB;
}
</style>
background-color css
<style>
a { background-color: #ED58AB; }
a { background-color: rgb(237,88,171); }
div.DivClassName
{
background-color: #ED58AB;
}
.BgClassName
{
background-color: #ED58AB;
}
</style>
border-color css
<style>
span { border-color: #ED58AB; }
span { border-color: rgb(237,88,171); }
td.TdClassName
{
border-color: #ED58AB;
}
.TagClassName
{
border-color: #ED58AB;
}
</style>