Shades of Brilliant Rose #FF4EA5
Tints of Brilliant Rose #FF4EA5
RGB
CMYK
RGB Variations
Color information
#FF4EA5 (or 0xFF4EA5) is known color: Brilliant Rose. HEX triplet: FF, 4E and A5. RGB value is (255,78,165). Sum of RGB (Red+Green+Blue) = 255+78+165=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4EA5 is #00B15A. Grayscale: #8C8C8C. Windows color (decimal): -45403 or 10833663. OLE color: 10833663.
HSL color Cylindrical-coordinate representation of color #FF4EA5: hue angle of 330.51º 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 #FF4EA5 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 165 | - |
| CMYK | 0 | 0.69 | 0.35 | 0 |
| HSL | 330.51º | 1% | 0.65% | - |
| HSV(B) | 330.51º | 0.69% | 1% | - |
| XYZ | 50.76 | 29.43 | 38.6 | - |
| YUV | 140.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 165 | 0 | 0.69 | 0.35 | 0 | 330.51 | 1 | 0.65 |
| Hex | FF | 4E | A5 | 0 | 45 | 23 | 0 | 14B | 64 | 41 |
| Octal | 377 | 116 | 245 | 0 | 105 | 43 | 0 | 513 | 144 | 101 |
| Binary | 11111111 | 1001110 | 10100101 | 0 | 1000101 | 100011 | 0 | 101001011 | 1100100 | 1000001 |
Color Harmonies of #FF4EA5
Complementary color
Monochromatic Colors of #FF4EA5
Black with #FF4EA5
Text Example
Text Example
White with #FF4EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EA5; }
p { color: rgb(255,78,165); }
H1.HeaderClassName
{
color: #FF4EA5;
}
.AnyTagClassName
{
color: #FF4EA5;
}
</style>
background-color css
<style>
a { background-color: #FF4EA5; }
a { background-color: rgb(255,78,165); }
div.DivClassName
{
background-color: #FF4EA5;
}
.BgClassName
{
background-color: #FF4EA5;
}
</style>
border-color css
<style>
span { border-color: #FF4EA5; }
span { border-color: rgb(255,78,165); }
td.TdClassName
{
border-color: #FF4EA5;
}
.TagClassName
{
border-color: #FF4EA5;
}
</style>