Shades of Brilliant Rose #EB5BA1
Tints of Brilliant Rose #EB5BA1
RGB
CMYK
RGB Variations
Color information
#EB5BA1 (or 0xEB5BA1) is known color: Brilliant Rose. HEX triplet: EB, 5B and A1. RGB value is (235,91,161). Sum of RGB (Red+Green+Blue) = 235+91+161=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5BA1 is #14A45E. Grayscale: #8D8D8D. Windows color (decimal): -1352799 or 10574827. OLE color: 10574827.
HSL color Cylindrical-coordinate representation of color #EB5BA1: hue angle of 330.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB5BA1 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 91 | 161 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.08 |
| HSL | 330.83º | 0.78% | 0.64% | - |
| HSV(B) | 330.83º | 0.61% | 0.92% | - |
| XYZ | 44.44 | 27.72 | 36.73 | - |
| YUV | 142.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 91 | 161 | 0 | 0.61 | 0.31 | 0.08 | 330.83 | 0.78 | 0.64 |
| Hex | EB | 5B | A1 | 0 | 3D | 1F | 8 | 14B | 4E | 40 |
| Octal | 353 | 133 | 241 | 0 | 75 | 37 | 10 | 513 | 116 | 100 |
| Binary | 11101011 | 1011011 | 10100001 | 0 | 111101 | 11111 | 1000 | 101001011 | 1001110 | 1000000 |
Color Harmonies of #EB5BA1
Complementary color
Monochromatic Colors of #EB5BA1
Black with #EB5BA1
Text Example
Text Example
White with #EB5BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5BA1; }
p { color: rgb(235,91,161); }
H1.HeaderClassName
{
color: #EB5BA1;
}
.AnyTagClassName
{
color: #EB5BA1;
}
</style>
background-color css
<style>
a { background-color: #EB5BA1; }
a { background-color: rgb(235,91,161); }
div.DivClassName
{
background-color: #EB5BA1;
}
.BgClassName
{
background-color: #EB5BA1;
}
</style>
border-color css
<style>
span { border-color: #EB5BA1; }
span { border-color: rgb(235,91,161); }
td.TdClassName
{
border-color: #EB5BA1;
}
.TagClassName
{
border-color: #EB5BA1;
}
</style>