Shades of Brilliant Rose #EF4EBA
Tints of Brilliant Rose #EF4EBA
RGB
CMYK
RGB Variations
Color information
#EF4EBA (or 0xEF4EBA) is known color: Brilliant Rose. HEX triplet: EF, 4E and BA. RGB value is (239,78,186). Sum of RGB (Red+Green+Blue) = 239+78+186=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4EBA is #10B145. Grayscale: #8A8A8A. Windows color (decimal): -1093958 or 12209903. OLE color: 12209903.
HSL color Cylindrical-coordinate representation of color #EF4EBA: hue angle of 319.75º 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 #EF4EBA is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 186 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.06 |
| HSL | 319.75º | 0.83% | 0.62% | - |
| HSV(B) | 319.75º | 0.67% | 0.94% | - |
| XYZ | 47.18 | 27.34 | 49.25 | - |
| YUV | 138.45 | 154.84 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 186 | 0 | 0.67 | 0.22 | 0.06 | 319.75 | 0.83 | 0.62 |
| Hex | EF | 4E | BA | 0 | 43 | 16 | 6 | 140 | 53 | 3E |
| Octal | 357 | 116 | 272 | 0 | 103 | 26 | 6 | 500 | 123 | 76 |
| Binary | 11101111 | 1001110 | 10111010 | 0 | 1000011 | 10110 | 110 | 101000000 | 1010011 | 111110 |
Color Harmonies of #EF4EBA
Complementary color
Monochromatic Colors of #EF4EBA
Black with #EF4EBA
Text Example
Text Example
White with #EF4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EBA; }
p { color: rgb(239,78,186); }
H1.HeaderClassName
{
color: #EF4EBA;
}
.AnyTagClassName
{
color: #EF4EBA;
}
</style>
background-color css
<style>
a { background-color: #EF4EBA; }
a { background-color: rgb(239,78,186); }
div.DivClassName
{
background-color: #EF4EBA;
}
.BgClassName
{
background-color: #EF4EBA;
}
</style>
border-color css
<style>
span { border-color: #EF4EBA; }
span { border-color: rgb(239,78,186); }
td.TdClassName
{
border-color: #EF4EBA;
}
.TagClassName
{
border-color: #EF4EBA;
}
</style>