Shades of Brilliant Rose #ED589B
Tints of Brilliant Rose #ED589B
RGB
CMYK
RGB Variations
Color information
#ED589B (or 0xED589B) is known color: Brilliant Rose. HEX triplet: ED, 58 and 9B. RGB value is (237,88,155). Sum of RGB (Red+Green+Blue) = 237+88+155=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED589B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED589B is #12A764. Grayscale: #8C8C8C. Windows color (decimal): -1222501 or 10180845. OLE color: 10180845.
HSL color Cylindrical-coordinate representation of color #ED589B: hue angle of 333.02º 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 #ED589B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 155 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.07 |
| HSL | 333.02º | 0.81% | 0.64% | - |
| HSV(B) | 333.02º | 0.63% | 0.93% | - |
| XYZ | 44.33 | 27.35 | 33.95 | - |
| YUV | 140.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 155 | 0 | 0.63 | 0.35 | 0.07 | 333.02 | 0.81 | 0.64 |
| Hex | ED | 58 | 9B | 0 | 3F | 23 | 7 | 14D | 51 | 40 |
| Octal | 355 | 130 | 233 | 0 | 77 | 43 | 7 | 515 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10011011 | 0 | 111111 | 100011 | 111 | 101001101 | 1010001 | 1000000 |
Color Harmonies of #ED589B
Complementary color
Monochromatic Colors of #ED589B
Black with #ED589B
Text Example
Text Example
White with #ED589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED589B; }
p { color: rgb(237,88,155); }
H1.HeaderClassName
{
color: #ED589B;
}
.AnyTagClassName
{
color: #ED589B;
}
</style>
background-color css
<style>
a { background-color: #ED589B; }
a { background-color: rgb(237,88,155); }
div.DivClassName
{
background-color: #ED589B;
}
.BgClassName
{
background-color: #ED589B;
}
</style>
border-color css
<style>
span { border-color: #ED589B; }
span { border-color: rgb(237,88,155); }
td.TdClassName
{
border-color: #ED589B;
}
.TagClassName
{
border-color: #ED589B;
}
</style>