Shades of Brilliant Rose #EF59A1
Tints of Brilliant Rose #EF59A1
RGB
CMYK
RGB Variations
Color information
#EF59A1 (or 0xEF59A1) is known color: Brilliant Rose. HEX triplet: EF, 59 and A1. RGB value is (239,89,161). Sum of RGB (Red+Green+Blue) = 239+89+161=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59A1 is #10A65E. Grayscale: #8D8D8D. Windows color (decimal): -1091167 or 10574319. OLE color: 10574319.
HSL color Cylindrical-coordinate representation of color #EF59A1: hue angle of 331.2º degrees, saturation: 0.82, 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 #EF59A1 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 161 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.06 |
| HSL | 331.2º | 0.82% | 0.64% | - |
| HSV(B) | 331.2º | 0.63% | 0.94% | - |
| XYZ | 45.6 | 28.07 | 36.73 | - |
| YUV | 142.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 161 | 0 | 0.63 | 0.33 | 0.06 | 331.2 | 0.82 | 0.64 |
| Hex | EF | 59 | A1 | 0 | 3F | 21 | 6 | 14B | 52 | 40 |
| Octal | 357 | 131 | 241 | 0 | 77 | 41 | 6 | 513 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10100001 | 0 | 111111 | 100001 | 110 | 101001011 | 1010010 | 1000000 |
Color Harmonies of #EF59A1
Complementary color
Monochromatic Colors of #EF59A1
Black with #EF59A1
Text Example
Text Example
White with #EF59A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59A1; }
p { color: rgb(239,89,161); }
H1.HeaderClassName
{
color: #EF59A1;
}
.AnyTagClassName
{
color: #EF59A1;
}
</style>
background-color css
<style>
a { background-color: #EF59A1; }
a { background-color: rgb(239,89,161); }
div.DivClassName
{
background-color: #EF59A1;
}
.BgClassName
{
background-color: #EF59A1;
}
</style>
border-color css
<style>
span { border-color: #EF59A1; }
span { border-color: rgb(239,89,161); }
td.TdClassName
{
border-color: #EF59A1;
}
.TagClassName
{
border-color: #EF59A1;
}
</style>