Shades of Brilliant Rose #ED609B
Tints of Brilliant Rose #ED609B
RGB
CMYK
RGB Variations
Color information
#ED609B (or 0xED609B) is known color: Brilliant Rose. HEX triplet: ED, 60 and 9B. RGB value is (237,96,155). Sum of RGB (Red+Green+Blue) = 237+96+155=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED609B is #129F64. Grayscale: #909090. Windows color (decimal): -1220453 or 10182893. OLE color: 10182893.
HSL color Cylindrical-coordinate representation of color #ED609B: hue angle of 334.89º 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 #ED609B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 155 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.07 |
| HSL | 334.89º | 0.8% | 0.65% | - |
| HSV(B) | 334.89º | 0.59% | 0.93% | - |
| XYZ | 45.02 | 28.74 | 34.18 | - |
| YUV | 144.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 155 | 0 | 0.59 | 0.35 | 0.07 | 334.89 | 0.8 | 0.65 |
| Hex | ED | 60 | 9B | 0 | 3B | 23 | 7 | 14F | 50 | 41 |
| Octal | 355 | 140 | 233 | 0 | 73 | 43 | 7 | 517 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10011011 | 0 | 111011 | 100011 | 111 | 101001111 | 1010000 | 1000001 |
Color Harmonies of #ED609B
Complementary color
Monochromatic Colors of #ED609B
Black with #ED609B
Text Example
Text Example
White with #ED609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED609B; }
p { color: rgb(237,96,155); }
H1.HeaderClassName
{
color: #ED609B;
}
.AnyTagClassName
{
color: #ED609B;
}
</style>
background-color css
<style>
a { background-color: #ED609B; }
a { background-color: rgb(237,96,155); }
div.DivClassName
{
background-color: #ED609B;
}
.BgClassName
{
background-color: #ED609B;
}
</style>
border-color css
<style>
span { border-color: #ED609B; }
span { border-color: rgb(237,96,155); }
td.TdClassName
{
border-color: #ED609B;
}
.TagClassName
{
border-color: #ED609B;
}
</style>