Shades of Brilliant Rose #ED619E
Tints of Brilliant Rose #ED619E
RGB
CMYK
RGB Variations
Color information
#ED619E (or 0xED619E) is known color: Brilliant Rose. HEX triplet: ED, 61 and 9E. RGB value is (237,97,158). Sum of RGB (Red+Green+Blue) = 237+97+158=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED619E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED619E is #129E61. Grayscale: #919191. Windows color (decimal): -1220194 or 10379757. OLE color: 10379757.
HSL color Cylindrical-coordinate representation of color #ED619E: hue angle of 333.86º 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 #ED619E is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 158 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.07 |
| HSL | 333.86º | 0.8% | 0.65% | - |
| HSV(B) | 333.86º | 0.59% | 0.93% | - |
| XYZ | 45.37 | 29.02 | 35.56 | - |
| YUV | 145.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 158 | 0 | 0.59 | 0.33 | 0.07 | 333.86 | 0.8 | 0.65 |
| Hex | ED | 61 | 9E | 0 | 3B | 21 | 7 | 14E | 50 | 41 |
| Octal | 355 | 141 | 236 | 0 | 73 | 41 | 7 | 516 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10011110 | 0 | 111011 | 100001 | 111 | 101001110 | 1010000 | 1000001 |
Color Harmonies of #ED619E
Complementary color
Monochromatic Colors of #ED619E
Black with #ED619E
Text Example
Text Example
White with #ED619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED619E; }
p { color: rgb(237,97,158); }
H1.HeaderClassName
{
color: #ED619E;
}
.AnyTagClassName
{
color: #ED619E;
}
</style>
background-color css
<style>
a { background-color: #ED619E; }
a { background-color: rgb(237,97,158); }
div.DivClassName
{
background-color: #ED619E;
}
.BgClassName
{
background-color: #ED619E;
}
</style>
border-color css
<style>
span { border-color: #ED619E; }
span { border-color: rgb(237,97,158); }
td.TdClassName
{
border-color: #ED619E;
}
.TagClassName
{
border-color: #ED619E;
}
</style>