Shades of Brilliant Rose #ED619B
Tints of Brilliant Rose #ED619B
RGB
CMYK
RGB Variations
Color information
#ED619B (or 0xED619B) is known color: Brilliant Rose. HEX triplet: ED, 61 and 9B. RGB value is (237,97,155). Sum of RGB (Red+Green+Blue) = 237+97+155=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED619B is #129E64. Grayscale: #919191. Windows color (decimal): -1220197 or 10183149. OLE color: 10183149.
HSL color Cylindrical-coordinate representation of color #ED619B: hue angle of 335.14º 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 #ED619B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 155 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.07 |
| HSL | 335.14º | 0.8% | 0.65% | - |
| HSV(B) | 335.14º | 0.59% | 0.93% | - |
| XYZ | 45.12 | 28.92 | 34.21 | - |
| YUV | 145.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 155 | 0 | 0.59 | 0.35 | 0.07 | 335.14 | 0.8 | 0.65 |
| Hex | ED | 61 | 9B | 0 | 3B | 23 | 7 | 14F | 50 | 41 |
| Octal | 355 | 141 | 233 | 0 | 73 | 43 | 7 | 517 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10011011 | 0 | 111011 | 100011 | 111 | 101001111 | 1010000 | 1000001 |
Color Harmonies of #ED619B
Complementary color
Monochromatic Colors of #ED619B
Black with #ED619B
Text Example
Text Example
White with #ED619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED619B; }
p { color: rgb(237,97,155); }
H1.HeaderClassName
{
color: #ED619B;
}
.AnyTagClassName
{
color: #ED619B;
}
</style>
background-color css
<style>
a { background-color: #ED619B; }
a { background-color: rgb(237,97,155); }
div.DivClassName
{
background-color: #ED619B;
}
.BgClassName
{
background-color: #ED619B;
}
</style>
border-color css
<style>
span { border-color: #ED619B; }
span { border-color: rgb(237,97,155); }
td.TdClassName
{
border-color: #ED619B;
}
.TagClassName
{
border-color: #ED619B;
}
</style>