Shades of Brilliant Rose #EF58A2
Tints of Brilliant Rose #EF58A2
RGB
CMYK
RGB Variations
Color information
#EF58A2 (or 0xEF58A2) is known color: Brilliant Rose. HEX triplet: EF, 58 and A2. RGB value is (239,88,162). Sum of RGB (Red+Green+Blue) = 239+88+162=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF58A2 is #10A75D. Grayscale: #8D8D8D. Windows color (decimal): -1091422 or 10639599. OLE color: 10639599.
HSL color Cylindrical-coordinate representation of color #EF58A2: hue angle of 330.6º 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 #EF58A2 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 162 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.06 |
| HSL | 330.6º | 0.83% | 0.64% | - |
| HSV(B) | 330.6º | 0.63% | 0.94% | - |
| XYZ | 45.61 | 27.94 | 37.17 | - |
| YUV | 141.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 162 | 0 | 0.63 | 0.32 | 0.06 | 330.6 | 0.83 | 0.64 |
| Hex | EF | 58 | A2 | 0 | 3F | 20 | 6 | 14B | 53 | 40 |
| Octal | 357 | 130 | 242 | 0 | 77 | 40 | 6 | 513 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10100010 | 0 | 111111 | 100000 | 110 | 101001011 | 1010011 | 1000000 |
Color Harmonies of #EF58A2
Complementary color
Monochromatic Colors of #EF58A2
Black with #EF58A2
Text Example
Text Example
White with #EF58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58A2; }
p { color: rgb(239,88,162); }
H1.HeaderClassName
{
color: #EF58A2;
}
.AnyTagClassName
{
color: #EF58A2;
}
</style>
background-color css
<style>
a { background-color: #EF58A2; }
a { background-color: rgb(239,88,162); }
div.DivClassName
{
background-color: #EF58A2;
}
.BgClassName
{
background-color: #EF58A2;
}
</style>
border-color css
<style>
span { border-color: #EF58A2; }
span { border-color: rgb(239,88,162); }
td.TdClassName
{
border-color: #EF58A2;
}
.TagClassName
{
border-color: #EF58A2;
}
</style>