Shades of Brilliant Rose #FF4EA0
Tints of Brilliant Rose #FF4EA0
RGB
CMYK
RGB Variations
Color information
#FF4EA0 (or 0xFF4EA0) is known color: Brilliant Rose. HEX triplet: FF, 4E and A0. RGB value is (255,78,160). Sum of RGB (Red+Green+Blue) = 255+78+160=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4EA0 is #00B15F. Grayscale: #8C8C8C. Windows color (decimal): -45408 or 10505983. OLE color: 10505983.
HSL color Cylindrical-coordinate representation of color #FF4EA0: hue angle of 332.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4EA0 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 160 | - |
| CMYK | 0 | 0.69 | 0.37 | 0 |
| HSL | 332.2º | 1% | 0.65% | - |
| HSV(B) | 332.2º | 0.69% | 1% | - |
| XYZ | 50.31 | 29.25 | 36.25 | - |
| YUV | 140.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 160 | 0 | 0.69 | 0.37 | 0 | 332.2 | 1 | 0.65 |
| Hex | FF | 4E | A0 | 0 | 45 | 25 | 0 | 14C | 64 | 41 |
| Octal | 377 | 116 | 240 | 0 | 105 | 45 | 0 | 514 | 144 | 101 |
| Binary | 11111111 | 1001110 | 10100000 | 0 | 1000101 | 100101 | 0 | 101001100 | 1100100 | 1000001 |
Color Harmonies of #FF4EA0
Complementary color
Monochromatic Colors of #FF4EA0
Black with #FF4EA0
Text Example
Text Example
White with #FF4EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EA0; }
p { color: rgb(255,78,160); }
H1.HeaderClassName
{
color: #FF4EA0;
}
.AnyTagClassName
{
color: #FF4EA0;
}
</style>
background-color css
<style>
a { background-color: #FF4EA0; }
a { background-color: rgb(255,78,160); }
div.DivClassName
{
background-color: #FF4EA0;
}
.BgClassName
{
background-color: #FF4EA0;
}
</style>
border-color css
<style>
span { border-color: #FF4EA0; }
span { border-color: rgb(255,78,160); }
td.TdClassName
{
border-color: #FF4EA0;
}
.TagClassName
{
border-color: #FF4EA0;
}
</style>