Shades of Brilliant Rose #ED609C
Tints of Brilliant Rose #ED609C
RGB
CMYK
RGB Variations
Color information
#ED609C (or 0xED609C) is known color: Brilliant Rose. HEX triplet: ED, 60 and 9C. RGB value is (237,96,156). Sum of RGB (Red+Green+Blue) = 237+96+156=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED609C is #129F63. Grayscale: #909090. Windows color (decimal): -1220452 or 10248429. OLE color: 10248429.
HSL color Cylindrical-coordinate representation of color #ED609C: hue angle of 334.47º 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 #ED609C is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 156 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.07 |
| HSL | 334.47º | 0.8% | 0.65% | - |
| HSV(B) | 334.47º | 0.59% | 0.93% | - |
| XYZ | 45.11 | 28.77 | 34.63 | - |
| YUV | 145 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 156 | 0 | 0.59 | 0.34 | 0.07 | 334.47 | 0.8 | 0.65 |
| Hex | ED | 60 | 9C | 0 | 3B | 22 | 7 | 14E | 50 | 41 |
| Octal | 355 | 140 | 234 | 0 | 73 | 42 | 7 | 516 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10011100 | 0 | 111011 | 100010 | 111 | 101001110 | 1010000 | 1000001 |
Color Harmonies of #ED609C
Complementary color
Monochromatic Colors of #ED609C
Black with #ED609C
Text Example
Text Example
White with #ED609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED609C; }
p { color: rgb(237,96,156); }
H1.HeaderClassName
{
color: #ED609C;
}
.AnyTagClassName
{
color: #ED609C;
}
</style>
background-color css
<style>
a { background-color: #ED609C; }
a { background-color: rgb(237,96,156); }
div.DivClassName
{
background-color: #ED609C;
}
.BgClassName
{
background-color: #ED609C;
}
</style>
border-color css
<style>
span { border-color: #ED609C; }
span { border-color: rgb(237,96,156); }
td.TdClassName
{
border-color: #ED609C;
}
.TagClassName
{
border-color: #ED609C;
}
</style>