Shades of Brilliant Rose #EF619C
Tints of Brilliant Rose #EF619C
RGB
CMYK
RGB Variations
Color information
#EF619C (or 0xEF619C) is known color: Brilliant Rose. HEX triplet: EF, 61 and 9C. RGB value is (239,97,156). Sum of RGB (Red+Green+Blue) = 239+97+156=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF619C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF619C is #109E63. Grayscale: #929292. Windows color (decimal): -1089124 or 10248687. OLE color: 10248687.
HSL color Cylindrical-coordinate representation of color #EF619C: hue angle of 335.07º 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 #EF619C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 156 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.06 |
| HSL | 335.07º | 0.82% | 0.66% | - |
| HSV(B) | 335.07º | 0.59% | 0.94% | - |
| XYZ | 45.87 | 29.3 | 34.69 | - |
| YUV | 146.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 156 | 0 | 0.59 | 0.35 | 0.06 | 335.07 | 0.82 | 0.66 |
| Hex | EF | 61 | 9C | 0 | 3B | 23 | 6 | 14F | 52 | 42 |
| Octal | 357 | 141 | 234 | 0 | 73 | 43 | 6 | 517 | 122 | 102 |
| Binary | 11101111 | 1100001 | 10011100 | 0 | 111011 | 100011 | 110 | 101001111 | 1010010 | 1000010 |
Color Harmonies of #EF619C
Complementary color
Monochromatic Colors of #EF619C
Black with #EF619C
Text Example
Text Example
White with #EF619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF619C; }
p { color: rgb(239,97,156); }
H1.HeaderClassName
{
color: #EF619C;
}
.AnyTagClassName
{
color: #EF619C;
}
</style>
background-color css
<style>
a { background-color: #EF619C; }
a { background-color: rgb(239,97,156); }
div.DivClassName
{
background-color: #EF619C;
}
.BgClassName
{
background-color: #EF619C;
}
</style>
border-color css
<style>
span { border-color: #EF619C; }
span { border-color: rgb(239,97,156); }
td.TdClassName
{
border-color: #EF619C;
}
.TagClassName
{
border-color: #EF619C;
}
</style>