Shades of Brilliant Rose #ED589C
Tints of Brilliant Rose #ED589C
RGB
CMYK
RGB Variations
Color information
#ED589C (or 0xED589C) is known color: Brilliant Rose. HEX triplet: ED, 58 and 9C. RGB value is (237,88,156). Sum of RGB (Red+Green+Blue) = 237+88+156=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED589C is #12A763. Grayscale: #8C8C8C. Windows color (decimal): -1222500 or 10246381. OLE color: 10246381.
HSL color Cylindrical-coordinate representation of color #ED589C: hue angle of 332.62º 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 #ED589C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 156 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.07 |
| HSL | 332.62º | 0.81% | 0.64% | - |
| HSV(B) | 332.62º | 0.63% | 0.93% | - |
| XYZ | 44.42 | 27.38 | 34.4 | - |
| YUV | 140.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 156 | 0 | 0.63 | 0.34 | 0.07 | 332.62 | 0.81 | 0.64 |
| Hex | ED | 58 | 9C | 0 | 3F | 22 | 7 | 14D | 51 | 40 |
| Octal | 355 | 130 | 234 | 0 | 77 | 42 | 7 | 515 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10011100 | 0 | 111111 | 100010 | 111 | 101001101 | 1010001 | 1000000 |
Color Harmonies of #ED589C
Complementary color
Monochromatic Colors of #ED589C
Black with #ED589C
Text Example
Text Example
White with #ED589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED589C; }
p { color: rgb(237,88,156); }
H1.HeaderClassName
{
color: #ED589C;
}
.AnyTagClassName
{
color: #ED589C;
}
</style>
background-color css
<style>
a { background-color: #ED589C; }
a { background-color: rgb(237,88,156); }
div.DivClassName
{
background-color: #ED589C;
}
.BgClassName
{
background-color: #ED589C;
}
</style>
border-color css
<style>
span { border-color: #ED589C; }
span { border-color: rgb(237,88,156); }
td.TdClassName
{
border-color: #ED589C;
}
.TagClassName
{
border-color: #ED589C;
}
</style>