Shades of Brilliant Rose #EF4DB9
Tints of Brilliant Rose #EF4DB9
RGB
CMYK
RGB Variations
Color information
#EF4DB9 (or 0xEF4DB9) is known color: Brilliant Rose. HEX triplet: EF, 4D and B9. RGB value is (239,77,185). Sum of RGB (Red+Green+Blue) = 239+77+185=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DB9 is #10B246. Grayscale: #898989. Windows color (decimal): -1094215 or 12144111. OLE color: 12144111.
HSL color Cylindrical-coordinate representation of color #EF4DB9: hue angle of 320º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DB9 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 185 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.06 |
| HSL | 320º | 0.84% | 0.62% | - |
| HSV(B) | 320º | 0.68% | 0.94% | - |
| XYZ | 47.01 | 27.16 | 48.66 | - |
| YUV | 137.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 185 | 0 | 0.68 | 0.23 | 0.06 | 320 | 0.84 | 0.62 |
| Hex | EF | 4D | B9 | 0 | 44 | 17 | 6 | 140 | 54 | 3E |
| Octal | 357 | 115 | 271 | 0 | 104 | 27 | 6 | 500 | 124 | 76 |
| Binary | 11101111 | 1001101 | 10111001 | 0 | 1000100 | 10111 | 110 | 101000000 | 1010100 | 111110 |
Color Harmonies of #EF4DB9
Complementary color
Monochromatic Colors of #EF4DB9
Black with #EF4DB9
Text Example
Text Example
White with #EF4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DB9; }
p { color: rgb(239,77,185); }
H1.HeaderClassName
{
color: #EF4DB9;
}
.AnyTagClassName
{
color: #EF4DB9;
}
</style>
background-color css
<style>
a { background-color: #EF4DB9; }
a { background-color: rgb(239,77,185); }
div.DivClassName
{
background-color: #EF4DB9;
}
.BgClassName
{
background-color: #EF4DB9;
}
</style>
border-color css
<style>
span { border-color: #EF4DB9; }
span { border-color: rgb(239,77,185); }
td.TdClassName
{
border-color: #EF4DB9;
}
.TagClassName
{
border-color: #EF4DB9;
}
</style>