Shades of Brilliant Rose #FF4EAA
Tints of Brilliant Rose #FF4EAA
RGB
CMYK
RGB Variations
Color information
#FF4EAA (or 0xFF4EAA) is known color: Brilliant Rose. HEX triplet: FF, 4E and AA. RGB value is (255,78,170). Sum of RGB (Red+Green+Blue) = 255+78+170=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4EAA is #00B155. Grayscale: #8D8D8D. Windows color (decimal): -45398 or 11161343. OLE color: 11161343.
HSL color Cylindrical-coordinate representation of color #FF4EAA: hue angle of 328.81º 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 #FF4EAA is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 170 | - |
| CMYK | 0 | 0.69 | 0.33 | 0 |
| HSL | 328.81º | 1% | 0.65% | - |
| HSV(B) | 328.81º | 0.69% | 1% | - |
| XYZ | 51.22 | 29.61 | 41.05 | - |
| YUV | 141.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 170 | 0 | 0.69 | 0.33 | 0 | 328.81 | 1 | 0.65 |
| Hex | FF | 4E | AA | 0 | 45 | 21 | 0 | 149 | 64 | 41 |
| Octal | 377 | 116 | 252 | 0 | 105 | 41 | 0 | 511 | 144 | 101 |
| Binary | 11111111 | 1001110 | 10101010 | 0 | 1000101 | 100001 | 0 | 101001001 | 1100100 | 1000001 |
Color Harmonies of #FF4EAA
Complementary color
Monochromatic Colors of #FF4EAA
Black with #FF4EAA
Text Example
Text Example
White with #FF4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EAA; }
p { color: rgb(255,78,170); }
H1.HeaderClassName
{
color: #FF4EAA;
}
.AnyTagClassName
{
color: #FF4EAA;
}
</style>
background-color css
<style>
a { background-color: #FF4EAA; }
a { background-color: rgb(255,78,170); }
div.DivClassName
{
background-color: #FF4EAA;
}
.BgClassName
{
background-color: #FF4EAA;
}
</style>
border-color css
<style>
span { border-color: #FF4EAA; }
span { border-color: rgb(255,78,170); }
td.TdClassName
{
border-color: #FF4EAA;
}
.TagClassName
{
border-color: #FF4EAA;
}
</style>