Shades of Brilliant Rose #ED589E
Tints of Brilliant Rose #ED589E
RGB
CMYK
RGB Variations
Color information
#ED589E (or 0xED589E) is known color: Brilliant Rose. HEX triplet: ED, 58 and 9E. RGB value is (237,88,158). Sum of RGB (Red+Green+Blue) = 237+88+158=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED589E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED589E is #12A761. Grayscale: #8C8C8C. Windows color (decimal): -1222498 or 10377453. OLE color: 10377453.
HSL color Cylindrical-coordinate representation of color #ED589E: hue angle of 331.81º 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 #ED589E is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 158 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.07 |
| HSL | 331.81º | 0.81% | 0.64% | - |
| HSV(B) | 331.81º | 0.63% | 0.93% | - |
| XYZ | 44.59 | 27.45 | 35.3 | - |
| YUV | 140.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 158 | 0 | 0.63 | 0.33 | 0.07 | 331.81 | 0.81 | 0.64 |
| Hex | ED | 58 | 9E | 0 | 3F | 21 | 7 | 14C | 51 | 40 |
| Octal | 355 | 130 | 236 | 0 | 77 | 41 | 7 | 514 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10011110 | 0 | 111111 | 100001 | 111 | 101001100 | 1010001 | 1000000 |
Color Harmonies of #ED589E
Complementary color
Monochromatic Colors of #ED589E
Black with #ED589E
Text Example
Text Example
White with #ED589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED589E; }
p { color: rgb(237,88,158); }
H1.HeaderClassName
{
color: #ED589E;
}
.AnyTagClassName
{
color: #ED589E;
}
</style>
background-color css
<style>
a { background-color: #ED589E; }
a { background-color: rgb(237,88,158); }
div.DivClassName
{
background-color: #ED589E;
}
.BgClassName
{
background-color: #ED589E;
}
</style>
border-color css
<style>
span { border-color: #ED589E; }
span { border-color: rgb(237,88,158); }
td.TdClassName
{
border-color: #ED589E;
}
.TagClassName
{
border-color: #ED589E;
}
</style>