Shades of Brilliant Rose #FF5EA2
Tints of Brilliant Rose #FF5EA2
RGB
CMYK
RGB Variations
Color information
#FF5EA2 (or 0xFF5EA2) is known color: Brilliant Rose. HEX triplet: FF, 5E and A2. RGB value is (255,94,162). Sum of RGB (Red+Green+Blue) = 255+94+162=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5EA2 is #00A15D. Grayscale: #959595. Windows color (decimal): -41310 or 10641151. OLE color: 10641151.
HSL color Cylindrical-coordinate representation of color #FF5EA2: hue angle of 334.66º 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 #FF5EA2 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 162 | - |
| CMYK | 0 | 0.63 | 0.36 | 0 |
| HSL | 334.66º | 1% | 0.68% | - |
| HSV(B) | 334.66º | 0.63% | 1% | - |
| XYZ | 51.76 | 31.87 | 37.61 | - |
| YUV | 149.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 162 | 0 | 0.63 | 0.36 | 0 | 334.66 | 1 | 0.68 |
| Hex | FF | 5E | A2 | 0 | 3F | 24 | 0 | 14F | 64 | 44 |
| Octal | 377 | 136 | 242 | 0 | 77 | 44 | 0 | 517 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10100010 | 0 | 111111 | 100100 | 0 | 101001111 | 1100100 | 1000100 |
Color Harmonies of #FF5EA2
Complementary color
Monochromatic Colors of #FF5EA2
Black with #FF5EA2
Text Example
Text Example
White with #FF5EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EA2; }
p { color: rgb(255,94,162); }
H1.HeaderClassName
{
color: #FF5EA2;
}
.AnyTagClassName
{
color: #FF5EA2;
}
</style>
background-color css
<style>
a { background-color: #FF5EA2; }
a { background-color: rgb(255,94,162); }
div.DivClassName
{
background-color: #FF5EA2;
}
.BgClassName
{
background-color: #FF5EA2;
}
</style>
border-color css
<style>
span { border-color: #FF5EA2; }
span { border-color: rgb(255,94,162); }
td.TdClassName
{
border-color: #FF5EA2;
}
.TagClassName
{
border-color: #FF5EA2;
}
</style>