Shades of Brilliant Rose #ED619D
Tints of Brilliant Rose #ED619D
RGB
CMYK
RGB Variations
Color information
#ED619D (or 0xED619D) is known color: Brilliant Rose. HEX triplet: ED, 61 and 9D. RGB value is (237,97,157). Sum of RGB (Red+Green+Blue) = 237+97+157=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED619D is #129E62. Grayscale: #919191. Windows color (decimal): -1220195 or 10314221. OLE color: 10314221.
HSL color Cylindrical-coordinate representation of color #ED619D: hue angle of 334.29º 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 #ED619D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 157 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.07 |
| HSL | 334.29º | 0.8% | 0.65% | - |
| HSV(B) | 334.29º | 0.59% | 0.93% | - |
| XYZ | 45.29 | 28.99 | 35.11 | - |
| YUV | 145.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 157 | 0 | 0.59 | 0.34 | 0.07 | 334.29 | 0.8 | 0.65 |
| Hex | ED | 61 | 9D | 0 | 3B | 22 | 7 | 14E | 50 | 41 |
| Octal | 355 | 141 | 235 | 0 | 73 | 42 | 7 | 516 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10011101 | 0 | 111011 | 100010 | 111 | 101001110 | 1010000 | 1000001 |
Color Harmonies of #ED619D
Complementary color
Monochromatic Colors of #ED619D
Black with #ED619D
Text Example
Text Example
White with #ED619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED619D; }
p { color: rgb(237,97,157); }
H1.HeaderClassName
{
color: #ED619D;
}
.AnyTagClassName
{
color: #ED619D;
}
</style>
background-color css
<style>
a { background-color: #ED619D; }
a { background-color: rgb(237,97,157); }
div.DivClassName
{
background-color: #ED619D;
}
.BgClassName
{
background-color: #ED619D;
}
</style>
border-color css
<style>
span { border-color: #ED619D; }
span { border-color: rgb(237,97,157); }
td.TdClassName
{
border-color: #ED619D;
}
.TagClassName
{
border-color: #ED619D;
}
</style>