Shades of Brilliant Rose #FF5EA5
Tints of Brilliant Rose #FF5EA5
RGB
CMYK
RGB Variations
Color information
#FF5EA5 (or 0xFF5EA5) is known color: Brilliant Rose. HEX triplet: FF, 5E and A5. RGB value is (255,94,165). Sum of RGB (Red+Green+Blue) = 255+94+165=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5EA5 is #00A15A. Grayscale: #969696. Windows color (decimal): -41307 or 10837759. OLE color: 10837759.
HSL color Cylindrical-coordinate representation of color #FF5EA5: hue angle of 333.54º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EA5 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 165 | - |
| CMYK | 0 | 0.63 | 0.35 | 0 |
| HSL | 333.54º | 1% | 0.68% | - |
| HSV(B) | 333.54º | 0.63% | 1% | - |
| XYZ | 52.03 | 31.98 | 39.03 | - |
| YUV | 150.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 165 | 0 | 0.63 | 0.35 | 0 | 333.54 | 1 | 0.68 |
| Hex | FF | 5E | A5 | 0 | 3F | 23 | 0 | 14E | 64 | 44 |
| Octal | 377 | 136 | 245 | 0 | 77 | 43 | 0 | 516 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10100101 | 0 | 111111 | 100011 | 0 | 101001110 | 1100100 | 1000100 |
Color Harmonies of #FF5EA5
Complementary color
Monochromatic Colors of #FF5EA5
Black with #FF5EA5
Text Example
Text Example
White with #FF5EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EA5; }
p { color: rgb(255,94,165); }
H1.HeaderClassName
{
color: #FF5EA5;
}
.AnyTagClassName
{
color: #FF5EA5;
}
</style>
background-color css
<style>
a { background-color: #FF5EA5; }
a { background-color: rgb(255,94,165); }
div.DivClassName
{
background-color: #FF5EA5;
}
.BgClassName
{
background-color: #FF5EA5;
}
</style>
border-color css
<style>
span { border-color: #FF5EA5; }
span { border-color: rgb(255,94,165); }
td.TdClassName
{
border-color: #FF5EA5;
}
.TagClassName
{
border-color: #FF5EA5;
}
</style>