Shades of Brilliant Rose #EF4FA9
Tints of Brilliant Rose #EF4FA9
RGB
CMYK
RGB Variations
Color information
#EF4FA9 (or 0xEF4FA9) is known color: Brilliant Rose. HEX triplet: EF, 4F and A9. RGB value is (239,79,169). Sum of RGB (Red+Green+Blue) = 239+79+169=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4FA9 is #10B056. Grayscale: #888888. Windows color (decimal): -1093719 or 11096047. OLE color: 11096047.
HSL color Cylindrical-coordinate representation of color #EF4FA9: hue angle of 326.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FA9 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 169 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.06 |
| HSL | 326.25º | 0.83% | 0.62% | - |
| HSV(B) | 326.25º | 0.67% | 0.94% | - |
| XYZ | 45.55 | 26.81 | 40.31 | - |
| YUV | 137.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 169 | 0 | 0.67 | 0.29 | 0.06 | 326.25 | 0.83 | 0.62 |
| Hex | EF | 4F | A9 | 0 | 43 | 1D | 6 | 146 | 53 | 3E |
| Octal | 357 | 117 | 251 | 0 | 103 | 35 | 6 | 506 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10101001 | 0 | 1000011 | 11101 | 110 | 101000110 | 1010011 | 111110 |
Color Harmonies of #EF4FA9
Complementary color
Monochromatic Colors of #EF4FA9
Black with #EF4FA9
Text Example
Text Example
White with #EF4FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FA9; }
p { color: rgb(239,79,169); }
H1.HeaderClassName
{
color: #EF4FA9;
}
.AnyTagClassName
{
color: #EF4FA9;
}
</style>
background-color css
<style>
a { background-color: #EF4FA9; }
a { background-color: rgb(239,79,169); }
div.DivClassName
{
background-color: #EF4FA9;
}
.BgClassName
{
background-color: #EF4FA9;
}
</style>
border-color css
<style>
span { border-color: #EF4FA9; }
span { border-color: rgb(239,79,169); }
td.TdClassName
{
border-color: #EF4FA9;
}
.TagClassName
{
border-color: #EF4FA9;
}
</style>