Shades of Brilliant Rose #EF4DB7
Tints of Brilliant Rose #EF4DB7
RGB
CMYK
RGB Variations
Color information
#EF4DB7 (or 0xEF4DB7) is known color: Brilliant Rose. HEX triplet: EF, 4D and B7. RGB value is (239,77,183). Sum of RGB (Red+Green+Blue) = 239+77+183=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DB7 is #10B248. Grayscale: #898989. Windows color (decimal): -1094217 or 12013039. OLE color: 12013039.
HSL color Cylindrical-coordinate representation of color #EF4DB7: hue angle of 320.74º 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 #EF4DB7 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 183 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.06 |
| HSL | 320.74º | 0.84% | 0.62% | - |
| HSV(B) | 320.74º | 0.68% | 0.94% | - |
| XYZ | 46.8 | 27.08 | 47.56 | - |
| YUV | 137.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 183 | 0 | 0.68 | 0.23 | 0.06 | 320.74 | 0.84 | 0.62 |
| Hex | EF | 4D | B7 | 0 | 44 | 17 | 6 | 141 | 54 | 3E |
| Octal | 357 | 115 | 267 | 0 | 104 | 27 | 6 | 501 | 124 | 76 |
| Binary | 11101111 | 1001101 | 10110111 | 0 | 1000100 | 10111 | 110 | 101000001 | 1010100 | 111110 |
Color Harmonies of #EF4DB7
Complementary color
Monochromatic Colors of #EF4DB7
Black with #EF4DB7
Text Example
Text Example
White with #EF4DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DB7; }
p { color: rgb(239,77,183); }
H1.HeaderClassName
{
color: #EF4DB7;
}
.AnyTagClassName
{
color: #EF4DB7;
}
</style>
background-color css
<style>
a { background-color: #EF4DB7; }
a { background-color: rgb(239,77,183); }
div.DivClassName
{
background-color: #EF4DB7;
}
.BgClassName
{
background-color: #EF4DB7;
}
</style>
border-color css
<style>
span { border-color: #EF4DB7; }
span { border-color: rgb(239,77,183); }
td.TdClassName
{
border-color: #EF4DB7;
}
.TagClassName
{
border-color: #EF4DB7;
}
</style>