Shades of Brilliant Rose #EF58A6
Tints of Brilliant Rose #EF58A6
RGB
CMYK
RGB Variations
Color information
#EF58A6 (or 0xEF58A6) is known color: Brilliant Rose. HEX triplet: EF, 58 and A6. RGB value is (239,88,166). Sum of RGB (Red+Green+Blue) = 239+88+166=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF58A6 is #10A759. Grayscale: #8D8D8D. Windows color (decimal): -1091418 or 10901743. OLE color: 10901743.
HSL color Cylindrical-coordinate representation of color #EF58A6: hue angle of 329.01º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58A6 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 166 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.06 |
| HSL | 329.01º | 0.83% | 0.64% | - |
| HSV(B) | 329.01º | 0.63% | 0.94% | - |
| XYZ | 45.97 | 28.08 | 39.07 | - |
| YUV | 142.04 | 141.53 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 166 | 0 | 0.63 | 0.31 | 0.06 | 329.01 | 0.83 | 0.64 |
| Hex | EF | 58 | A6 | 0 | 3F | 1F | 6 | 149 | 53 | 40 |
| Octal | 357 | 130 | 246 | 0 | 77 | 37 | 6 | 511 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10100110 | 0 | 111111 | 11111 | 110 | 101001001 | 1010011 | 1000000 |
Color Harmonies of #EF58A6
Complementary color
Monochromatic Colors of #EF58A6
Black with #EF58A6
Text Example
Text Example
White with #EF58A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58A6; }
p { color: rgb(239,88,166); }
H1.HeaderClassName
{
color: #EF58A6;
}
.AnyTagClassName
{
color: #EF58A6;
}
</style>
background-color css
<style>
a { background-color: #EF58A6; }
a { background-color: rgb(239,88,166); }
div.DivClassName
{
background-color: #EF58A6;
}
.BgClassName
{
background-color: #EF58A6;
}
</style>
border-color css
<style>
span { border-color: #EF58A6; }
span { border-color: rgb(239,88,166); }
td.TdClassName
{
border-color: #EF58A6;
}
.TagClassName
{
border-color: #EF58A6;
}
</style>