Shades of Brilliant Rose #EF619D
Tints of Brilliant Rose #EF619D
RGB
CMYK
RGB Variations
Color information
#EF619D (or 0xEF619D) is known color: Brilliant Rose. HEX triplet: EF, 61 and 9D. RGB value is (239,97,157). Sum of RGB (Red+Green+Blue) = 239+97+157=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF619D is #109E62. Grayscale: #929292. Windows color (decimal): -1089123 or 10314223. OLE color: 10314223.
HSL color Cylindrical-coordinate representation of color #EF619D: hue angle of 334.65º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF619D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 157 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.06 |
| HSL | 334.65º | 0.82% | 0.66% | - |
| HSV(B) | 334.65º | 0.59% | 0.94% | - |
| XYZ | 45.96 | 29.33 | 35.14 | - |
| YUV | 146.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 157 | 0 | 0.59 | 0.34 | 0.06 | 334.65 | 0.82 | 0.66 |
| Hex | EF | 61 | 9D | 0 | 3B | 22 | 6 | 14F | 52 | 42 |
| Octal | 357 | 141 | 235 | 0 | 73 | 42 | 6 | 517 | 122 | 102 |
| Binary | 11101111 | 1100001 | 10011101 | 0 | 111011 | 100010 | 110 | 101001111 | 1010010 | 1000010 |
Color Harmonies of #EF619D
Complementary color
Monochromatic Colors of #EF619D
Black with #EF619D
Text Example
Text Example
White with #EF619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF619D; }
p { color: rgb(239,97,157); }
H1.HeaderClassName
{
color: #EF619D;
}
.AnyTagClassName
{
color: #EF619D;
}
</style>
background-color css
<style>
a { background-color: #EF619D; }
a { background-color: rgb(239,97,157); }
div.DivClassName
{
background-color: #EF619D;
}
.BgClassName
{
background-color: #EF619D;
}
</style>
border-color css
<style>
span { border-color: #EF619D; }
span { border-color: rgb(239,97,157); }
td.TdClassName
{
border-color: #EF619D;
}
.TagClassName
{
border-color: #EF619D;
}
</style>