Shades of Brilliant Rose #EF4DBA
Tints of Brilliant Rose #EF4DBA
RGB
CMYK
RGB Variations
Color information
#EF4DBA (or 0xEF4DBA) is known color: Brilliant Rose. HEX triplet: EF, 4D and BA. RGB value is (239,77,186). Sum of RGB (Red+Green+Blue) = 239+77+186=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DBA is #10B245. Grayscale: #898989. Windows color (decimal): -1094214 or 12209647. OLE color: 12209647.
HSL color Cylindrical-coordinate representation of color #EF4DBA: hue angle of 319.63º 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 #EF4DBA is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 186 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.06 |
| HSL | 319.63º | 0.84% | 0.62% | - |
| HSV(B) | 319.63º | 0.68% | 0.94% | - |
| XYZ | 47.11 | 27.2 | 49.22 | - |
| YUV | 137.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 186 | 0 | 0.68 | 0.22 | 0.06 | 319.63 | 0.84 | 0.62 |
| Hex | EF | 4D | BA | 0 | 44 | 16 | 6 | 140 | 54 | 3E |
| Octal | 357 | 115 | 272 | 0 | 104 | 26 | 6 | 500 | 124 | 76 |
| Binary | 11101111 | 1001101 | 10111010 | 0 | 1000100 | 10110 | 110 | 101000000 | 1010100 | 111110 |
Color Harmonies of #EF4DBA
Complementary color
Monochromatic Colors of #EF4DBA
Black with #EF4DBA
Text Example
Text Example
White with #EF4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DBA; }
p { color: rgb(239,77,186); }
H1.HeaderClassName
{
color: #EF4DBA;
}
.AnyTagClassName
{
color: #EF4DBA;
}
</style>
background-color css
<style>
a { background-color: #EF4DBA; }
a { background-color: rgb(239,77,186); }
div.DivClassName
{
background-color: #EF4DBA;
}
.BgClassName
{
background-color: #EF4DBA;
}
</style>
border-color css
<style>
span { border-color: #EF4DBA; }
span { border-color: rgb(239,77,186); }
td.TdClassName
{
border-color: #EF4DBA;
}
.TagClassName
{
border-color: #EF4DBA;
}
</style>