Shades of Brilliant Rose #ED609D
Tints of Brilliant Rose #ED609D
RGB
CMYK
RGB Variations
Color information
#ED609D (or 0xED609D) is known color: Brilliant Rose. HEX triplet: ED, 60 and 9D. RGB value is (237,96,157). Sum of RGB (Red+Green+Blue) = 237+96+157=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED609D is #129F62. Grayscale: #919191. Windows color (decimal): -1220451 or 10313965. OLE color: 10313965.
HSL color Cylindrical-coordinate representation of color #ED609D: hue angle of 334.04º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED609D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 157 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.07 |
| HSL | 334.04º | 0.8% | 0.65% | - |
| HSV(B) | 334.04º | 0.59% | 0.93% | - |
| XYZ | 45.19 | 28.8 | 35.08 | - |
| YUV | 145.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 157 | 0 | 0.59 | 0.34 | 0.07 | 334.04 | 0.8 | 0.65 |
| Hex | ED | 60 | 9D | 0 | 3B | 22 | 7 | 14E | 50 | 41 |
| Octal | 355 | 140 | 235 | 0 | 73 | 42 | 7 | 516 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10011101 | 0 | 111011 | 100010 | 111 | 101001110 | 1010000 | 1000001 |
Color Harmonies of #ED609D
Complementary color
Monochromatic Colors of #ED609D
Black with #ED609D
Text Example
Text Example
White with #ED609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED609D; }
p { color: rgb(237,96,157); }
H1.HeaderClassName
{
color: #ED609D;
}
.AnyTagClassName
{
color: #ED609D;
}
</style>
background-color css
<style>
a { background-color: #ED609D; }
a { background-color: rgb(237,96,157); }
div.DivClassName
{
background-color: #ED609D;
}
.BgClassName
{
background-color: #ED609D;
}
</style>
border-color css
<style>
span { border-color: #ED609D; }
span { border-color: rgb(237,96,157); }
td.TdClassName
{
border-color: #ED609D;
}
.TagClassName
{
border-color: #ED609D;
}
</style>