Shades of Brilliant Rose #EF5C9E
Tints of Brilliant Rose #EF5C9E
RGB
CMYK
RGB Variations
Color information
#EF5C9E (or 0xEF5C9E) is known color: Brilliant Rose. HEX triplet: EF, 5C and 9E. RGB value is (239,92,158). Sum of RGB (Red+Green+Blue) = 239+92+158=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C9E is #10A361. Grayscale: #8F8F8F. Windows color (decimal): -1090402 or 10378479. OLE color: 10378479.
HSL color Cylindrical-coordinate representation of color #EF5C9E: hue angle of 333.06º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5C9E is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 158 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.06 |
| HSL | 333.06º | 0.82% | 0.65% | - |
| HSV(B) | 333.06º | 0.62% | 0.94% | - |
| XYZ | 45.6 | 28.47 | 35.44 | - |
| YUV | 143.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 158 | 0 | 0.62 | 0.34 | 0.06 | 333.06 | 0.82 | 0.65 |
| Hex | EF | 5C | 9E | 0 | 3E | 22 | 6 | 14D | 52 | 41 |
| Octal | 357 | 134 | 236 | 0 | 76 | 42 | 6 | 515 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10011110 | 0 | 111110 | 100010 | 110 | 101001101 | 1010010 | 1000001 |
Color Harmonies of #EF5C9E
Complementary color
Monochromatic Colors of #EF5C9E
Black with #EF5C9E
Text Example
Text Example
White with #EF5C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C9E; }
p { color: rgb(239,92,158); }
H1.HeaderClassName
{
color: #EF5C9E;
}
.AnyTagClassName
{
color: #EF5C9E;
}
</style>
background-color css
<style>
a { background-color: #EF5C9E; }
a { background-color: rgb(239,92,158); }
div.DivClassName
{
background-color: #EF5C9E;
}
.BgClassName
{
background-color: #EF5C9E;
}
</style>
border-color css
<style>
span { border-color: #EF5C9E; }
span { border-color: rgb(239,92,158); }
td.TdClassName
{
border-color: #EF5C9E;
}
.TagClassName
{
border-color: #EF5C9E;
}
</style>