Shades of Brilliant Rose #ED619C
Tints of Brilliant Rose #ED619C
RGB
CMYK
RGB Variations
Color information
#ED619C (or 0xED619C) is known color: Brilliant Rose. HEX triplet: ED, 61 and 9C. RGB value is (237,97,156). Sum of RGB (Red+Green+Blue) = 237+97+156=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED619C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED619C is #129E63. Grayscale: #919191. Windows color (decimal): -1220196 or 10248685. OLE color: 10248685.
HSL color Cylindrical-coordinate representation of color #ED619C: hue angle of 334.71º 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 #ED619C is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 156 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.07 |
| HSL | 334.71º | 0.8% | 0.65% | - |
| HSV(B) | 334.71º | 0.59% | 0.93% | - |
| XYZ | 45.2 | 28.95 | 34.66 | - |
| YUV | 145.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 156 | 0 | 0.59 | 0.34 | 0.07 | 334.71 | 0.8 | 0.65 |
| Hex | ED | 61 | 9C | 0 | 3B | 22 | 7 | 14F | 50 | 41 |
| Octal | 355 | 141 | 234 | 0 | 73 | 42 | 7 | 517 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10011100 | 0 | 111011 | 100010 | 111 | 101001111 | 1010000 | 1000001 |
Color Harmonies of #ED619C
Complementary color
Monochromatic Colors of #ED619C
Black with #ED619C
Text Example
Text Example
White with #ED619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED619C; }
p { color: rgb(237,97,156); }
H1.HeaderClassName
{
color: #ED619C;
}
.AnyTagClassName
{
color: #ED619C;
}
</style>
background-color css
<style>
a { background-color: #ED619C; }
a { background-color: rgb(237,97,156); }
div.DivClassName
{
background-color: #ED619C;
}
.BgClassName
{
background-color: #ED619C;
}
</style>
border-color css
<style>
span { border-color: #ED619C; }
span { border-color: rgb(237,97,156); }
td.TdClassName
{
border-color: #ED619C;
}
.TagClassName
{
border-color: #ED619C;
}
</style>