Shades of Brilliant Rose #EF4E9E
Tints of Brilliant Rose #EF4E9E
RGB
CMYK
RGB Variations
Color information
#EF4E9E (or 0xEF4E9E) is known color: Brilliant Rose. HEX triplet: EF, 4E and 9E. RGB value is (239,78,158). Sum of RGB (Red+Green+Blue) = 239+78+158=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4E9E is #10B161. Grayscale: #878787. Windows color (decimal): -1093986 or 10374895. OLE color: 10374895.
HSL color Cylindrical-coordinate representation of color #EF4E9E: hue angle of 330.19º 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 #EF4E9E is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 158 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.06 |
| HSL | 330.19º | 0.83% | 0.62% | - |
| HSV(B) | 330.19º | 0.67% | 0.94% | - |
| XYZ | 44.49 | 26.27 | 35.07 | - |
| YUV | 135.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 158 | 0 | 0.67 | 0.34 | 0.06 | 330.19 | 0.83 | 0.62 |
| Hex | EF | 4E | 9E | 0 | 43 | 22 | 6 | 14A | 53 | 3E |
| Octal | 357 | 116 | 236 | 0 | 103 | 42 | 6 | 512 | 123 | 76 |
| Binary | 11101111 | 1001110 | 10011110 | 0 | 1000011 | 100010 | 110 | 101001010 | 1010011 | 111110 |
Color Harmonies of #EF4E9E
Complementary color
Monochromatic Colors of #EF4E9E
Black with #EF4E9E
Text Example
Text Example
White with #EF4E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E9E; }
p { color: rgb(239,78,158); }
H1.HeaderClassName
{
color: #EF4E9E;
}
.AnyTagClassName
{
color: #EF4E9E;
}
</style>
background-color css
<style>
a { background-color: #EF4E9E; }
a { background-color: rgb(239,78,158); }
div.DivClassName
{
background-color: #EF4E9E;
}
.BgClassName
{
background-color: #EF4E9E;
}
</style>
border-color css
<style>
span { border-color: #EF4E9E; }
span { border-color: rgb(239,78,158); }
td.TdClassName
{
border-color: #EF4E9E;
}
.TagClassName
{
border-color: #EF4E9E;
}
</style>