Shades of Brilliant Rose #EF58AC
Tints of Brilliant Rose #EF58AC
RGB
CMYK
RGB Variations
Color information
#EF58AC (or 0xEF58AC) is known color: Brilliant Rose. HEX triplet: EF, 58 and AC. RGB value is (239,88,172). Sum of RGB (Red+Green+Blue) = 239+88+172=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF58AC is #10A753. Grayscale: #8E8E8E. Windows color (decimal): -1091412 or 11294959. OLE color: 11294959.
HSL color Cylindrical-coordinate representation of color #EF58AC: hue angle of 326.62º 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 #EF58AC is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 172 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.06 |
| HSL | 326.62º | 0.83% | 0.64% | - |
| HSV(B) | 326.62º | 0.63% | 0.94% | - |
| XYZ | 46.53 | 28.31 | 42.04 | - |
| YUV | 142.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 172 | 0 | 0.63 | 0.28 | 0.06 | 326.62 | 0.83 | 0.64 |
| Hex | EF | 58 | AC | 0 | 3F | 1C | 6 | 147 | 53 | 40 |
| Octal | 357 | 130 | 254 | 0 | 77 | 34 | 6 | 507 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10101100 | 0 | 111111 | 11100 | 110 | 101000111 | 1010011 | 1000000 |
Color Harmonies of #EF58AC
Complementary color
Monochromatic Colors of #EF58AC
Black with #EF58AC
Text Example
Text Example
White with #EF58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58AC; }
p { color: rgb(239,88,172); }
H1.HeaderClassName
{
color: #EF58AC;
}
.AnyTagClassName
{
color: #EF58AC;
}
</style>
background-color css
<style>
a { background-color: #EF58AC; }
a { background-color: rgb(239,88,172); }
div.DivClassName
{
background-color: #EF58AC;
}
.BgClassName
{
background-color: #EF58AC;
}
</style>
border-color css
<style>
span { border-color: #EF58AC; }
span { border-color: rgb(239,88,172); }
td.TdClassName
{
border-color: #EF58AC;
}
.TagClassName
{
border-color: #EF58AC;
}
</style>