Shades of Brilliant Rose #EF5BA2
Tints of Brilliant Rose #EF5BA2
RGB
CMYK
RGB Variations
Color information
#EF5BA2 (or 0xEF5BA2) is known color: Brilliant Rose. HEX triplet: EF, 5B and A2. RGB value is (239,91,162). Sum of RGB (Red+Green+Blue) = 239+91+162=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5BA2 is #10A45D. Grayscale: #8F8F8F. Windows color (decimal): -1090654 or 10640367. OLE color: 10640367.
HSL color Cylindrical-coordinate representation of color #EF5BA2: hue angle of 331.22º 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 #EF5BA2 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 162 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.06 |
| HSL | 331.22º | 0.82% | 0.65% | - |
| HSV(B) | 331.22º | 0.62% | 0.94% | - |
| XYZ | 45.86 | 28.44 | 37.26 | - |
| YUV | 143.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 162 | 0 | 0.62 | 0.32 | 0.06 | 331.22 | 0.82 | 0.65 |
| Hex | EF | 5B | A2 | 0 | 3E | 20 | 6 | 14B | 52 | 41 |
| Octal | 357 | 133 | 242 | 0 | 76 | 40 | 6 | 513 | 122 | 101 |
| Binary | 11101111 | 1011011 | 10100010 | 0 | 111110 | 100000 | 110 | 101001011 | 1010010 | 1000001 |
Color Harmonies of #EF5BA2
Complementary color
Monochromatic Colors of #EF5BA2
Black with #EF5BA2
Text Example
Text Example
White with #EF5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BA2; }
p { color: rgb(239,91,162); }
H1.HeaderClassName
{
color: #EF5BA2;
}
.AnyTagClassName
{
color: #EF5BA2;
}
</style>
background-color css
<style>
a { background-color: #EF5BA2; }
a { background-color: rgb(239,91,162); }
div.DivClassName
{
background-color: #EF5BA2;
}
.BgClassName
{
background-color: #EF5BA2;
}
</style>
border-color css
<style>
span { border-color: #EF5BA2; }
span { border-color: rgb(239,91,162); }
td.TdClassName
{
border-color: #EF5BA2;
}
.TagClassName
{
border-color: #EF5BA2;
}
</style>