Shades of Brilliant Rose #EF619F
Tints of Brilliant Rose #EF619F
RGB
CMYK
RGB Variations
Color information
#EF619F (or 0xEF619F) is known color: Brilliant Rose. HEX triplet: EF, 61 and 9F. RGB value is (239,97,159). Sum of RGB (Red+Green+Blue) = 239+97+159=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF619F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF619F is #109E60. Grayscale: #929292. Windows color (decimal): -1089121 or 10445295. OLE color: 10445295.
HSL color Cylindrical-coordinate representation of color #EF619F: hue angle of 333.8º 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 #EF619F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 159 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.06 |
| HSL | 333.8º | 0.82% | 0.66% | - |
| HSV(B) | 333.8º | 0.59% | 0.94% | - |
| XYZ | 46.13 | 29.4 | 36.05 | - |
| YUV | 146.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 159 | 0 | 0.59 | 0.33 | 0.06 | 333.8 | 0.82 | 0.66 |
| Hex | EF | 61 | 9F | 0 | 3B | 21 | 6 | 14E | 52 | 42 |
| Octal | 357 | 141 | 237 | 0 | 73 | 41 | 6 | 516 | 122 | 102 |
| Binary | 11101111 | 1100001 | 10011111 | 0 | 111011 | 100001 | 110 | 101001110 | 1010010 | 1000010 |
Color Harmonies of #EF619F
Complementary color
Monochromatic Colors of #EF619F
Black with #EF619F
Text Example
Text Example
White with #EF619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF619F; }
p { color: rgb(239,97,159); }
H1.HeaderClassName
{
color: #EF619F;
}
.AnyTagClassName
{
color: #EF619F;
}
</style>
background-color css
<style>
a { background-color: #EF619F; }
a { background-color: rgb(239,97,159); }
div.DivClassName
{
background-color: #EF619F;
}
.BgClassName
{
background-color: #EF619F;
}
</style>
border-color css
<style>
span { border-color: #EF619F; }
span { border-color: rgb(239,97,159); }
td.TdClassName
{
border-color: #EF619F;
}
.TagClassName
{
border-color: #EF619F;
}
</style>