Shades of Brilliant Rose #EF5BA3
Tints of Brilliant Rose #EF5BA3
RGB
CMYK
RGB Variations
Color information
#EF5BA3 (or 0xEF5BA3) is known color: Brilliant Rose. HEX triplet: EF, 5B and A3. RGB value is (239,91,163). Sum of RGB (Red+Green+Blue) = 239+91+163=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5BA3 is #10A45C. Grayscale: #8F8F8F. Windows color (decimal): -1090653 or 10705903. OLE color: 10705903.
HSL color Cylindrical-coordinate representation of color #EF5BA3: hue angle of 330.81º 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 #EF5BA3 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 163 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.06 |
| HSL | 330.81º | 0.82% | 0.65% | - |
| HSV(B) | 330.81º | 0.62% | 0.94% | - |
| XYZ | 45.95 | 28.48 | 37.73 | - |
| YUV | 143.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 163 | 0 | 0.62 | 0.32 | 0.06 | 330.81 | 0.82 | 0.65 |
| Hex | EF | 5B | A3 | 0 | 3E | 20 | 6 | 14B | 52 | 41 |
| Octal | 357 | 133 | 243 | 0 | 76 | 40 | 6 | 513 | 122 | 101 |
| Binary | 11101111 | 1011011 | 10100011 | 0 | 111110 | 100000 | 110 | 101001011 | 1010010 | 1000001 |
Color Harmonies of #EF5BA3
Complementary color
Monochromatic Colors of #EF5BA3
Black with #EF5BA3
Text Example
Text Example
White with #EF5BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5BA3; }
p { color: rgb(239,91,163); }
H1.HeaderClassName
{
color: #EF5BA3;
}
.AnyTagClassName
{
color: #EF5BA3;
}
</style>
background-color css
<style>
a { background-color: #EF5BA3; }
a { background-color: rgb(239,91,163); }
div.DivClassName
{
background-color: #EF5BA3;
}
.BgClassName
{
background-color: #EF5BA3;
}
</style>
border-color css
<style>
span { border-color: #EF5BA3; }
span { border-color: rgb(239,91,163); }
td.TdClassName
{
border-color: #EF5BA3;
}
.TagClassName
{
border-color: #EF5BA3;
}
</style>