Shades of Brilliant Rose #FF5EA3
Tints of Brilliant Rose #FF5EA3
RGB
CMYK
RGB Variations
Color information
#FF5EA3 (or 0xFF5EA3) is known color: Brilliant Rose. HEX triplet: FF, 5E and A3. RGB value is (255,94,163). Sum of RGB (Red+Green+Blue) = 255+94+163=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5EA3 is #00A15C. Grayscale: #959595. Windows color (decimal): -41309 or 10706687. OLE color: 10706687.
HSL color Cylindrical-coordinate representation of color #FF5EA3: hue angle of 334.29º 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 #FF5EA3 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 163 | - |
| CMYK | 0 | 0.63 | 0.36 | 0 |
| HSL | 334.29º | 1% | 0.68% | - |
| HSV(B) | 334.29º | 0.63% | 1% | - |
| XYZ | 51.85 | 31.91 | 38.08 | - |
| YUV | 150.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 163 | 0 | 0.63 | 0.36 | 0 | 334.29 | 1 | 0.68 |
| Hex | FF | 5E | A3 | 0 | 3F | 24 | 0 | 14E | 64 | 44 |
| Octal | 377 | 136 | 243 | 0 | 77 | 44 | 0 | 516 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10100011 | 0 | 111111 | 100100 | 0 | 101001110 | 1100100 | 1000100 |
Color Harmonies of #FF5EA3
Complementary color
Monochromatic Colors of #FF5EA3
Black with #FF5EA3
Text Example
Text Example
White with #FF5EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EA3; }
p { color: rgb(255,94,163); }
H1.HeaderClassName
{
color: #FF5EA3;
}
.AnyTagClassName
{
color: #FF5EA3;
}
</style>
background-color css
<style>
a { background-color: #FF5EA3; }
a { background-color: rgb(255,94,163); }
div.DivClassName
{
background-color: #FF5EA3;
}
.BgClassName
{
background-color: #FF5EA3;
}
</style>
border-color css
<style>
span { border-color: #FF5EA3; }
span { border-color: rgb(255,94,163); }
td.TdClassName
{
border-color: #FF5EA3;
}
.TagClassName
{
border-color: #FF5EA3;
}
</style>