Shades of Brilliant Rose #FF5EA4
Tints of Brilliant Rose #FF5EA4
RGB
CMYK
RGB Variations
Color information
#FF5EA4 (or 0xFF5EA4) is known color: Brilliant Rose. HEX triplet: FF, 5E and A4. RGB value is (255,94,164). Sum of RGB (Red+Green+Blue) = 255+94+164=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5EA4 is #00A15B. Grayscale: #959595. Windows color (decimal): -41308 or 10772223. OLE color: 10772223.
HSL color Cylindrical-coordinate representation of color #FF5EA4: hue angle of 333.91º 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 #FF5EA4 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 164 | - |
| CMYK | 0 | 0.63 | 0.36 | 0 |
| HSL | 333.91º | 1% | 0.68% | - |
| HSV(B) | 333.91º | 0.63% | 1% | - |
| XYZ | 51.94 | 31.95 | 38.55 | - |
| YUV | 150.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 164 | 0 | 0.63 | 0.36 | 0 | 333.91 | 1 | 0.68 |
| Hex | FF | 5E | A4 | 0 | 3F | 24 | 0 | 14E | 64 | 44 |
| Octal | 377 | 136 | 244 | 0 | 77 | 44 | 0 | 516 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10100100 | 0 | 111111 | 100100 | 0 | 101001110 | 1100100 | 1000100 |
Color Harmonies of #FF5EA4
Complementary color
Monochromatic Colors of #FF5EA4
Black with #FF5EA4
Text Example
Text Example
White with #FF5EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EA4; }
p { color: rgb(255,94,164); }
H1.HeaderClassName
{
color: #FF5EA4;
}
.AnyTagClassName
{
color: #FF5EA4;
}
</style>
background-color css
<style>
a { background-color: #FF5EA4; }
a { background-color: rgb(255,94,164); }
div.DivClassName
{
background-color: #FF5EA4;
}
.BgClassName
{
background-color: #FF5EA4;
}
</style>
border-color css
<style>
span { border-color: #FF5EA4; }
span { border-color: rgb(255,94,164); }
td.TdClassName
{
border-color: #FF5EA4;
}
.TagClassName
{
border-color: #FF5EA4;
}
</style>