Shades of Brilliant Rose #EF4E9B
Tints of Brilliant Rose #EF4E9B
RGB
CMYK
RGB Variations
Color information
#EF4E9B (or 0xEF4E9B) is known color: Brilliant Rose. HEX triplet: EF, 4E and 9B. RGB value is (239,78,155). Sum of RGB (Red+Green+Blue) = 239+78+155=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4E9B is #10B164. Grayscale: #868686. Windows color (decimal): -1093989 or 10178287. OLE color: 10178287.
HSL color Cylindrical-coordinate representation of color #EF4E9B: hue angle of 331.3º 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 #EF4E9B is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 155 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.06 |
| HSL | 331.3º | 0.83% | 0.62% | - |
| HSV(B) | 331.3º | 0.67% | 0.94% | - |
| XYZ | 44.24 | 26.17 | 33.73 | - |
| YUV | 134.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 155 | 0 | 0.67 | 0.35 | 0.06 | 331.3 | 0.83 | 0.62 |
| Hex | EF | 4E | 9B | 0 | 43 | 23 | 6 | 14B | 53 | 3E |
| Octal | 357 | 116 | 233 | 0 | 103 | 43 | 6 | 513 | 123 | 76 |
| Binary | 11101111 | 1001110 | 10011011 | 0 | 1000011 | 100011 | 110 | 101001011 | 1010011 | 111110 |
Color Harmonies of #EF4E9B
Complementary color
Monochromatic Colors of #EF4E9B
Black with #EF4E9B
Text Example
Text Example
White with #EF4E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E9B; }
p { color: rgb(239,78,155); }
H1.HeaderClassName
{
color: #EF4E9B;
}
.AnyTagClassName
{
color: #EF4E9B;
}
</style>
background-color css
<style>
a { background-color: #EF4E9B; }
a { background-color: rgb(239,78,155); }
div.DivClassName
{
background-color: #EF4E9B;
}
.BgClassName
{
background-color: #EF4E9B;
}
</style>
border-color css
<style>
span { border-color: #EF4E9B; }
span { border-color: rgb(239,78,155); }
td.TdClassName
{
border-color: #EF4E9B;
}
.TagClassName
{
border-color: #EF4E9B;
}
</style>