Shades of Brilliant Rose #FF4EA2
Tints of Brilliant Rose #FF4EA2
RGB
CMYK
RGB Variations
Color information
#FF4EA2 (or 0xFF4EA2) is known color: Brilliant Rose. HEX triplet: FF, 4E and A2. RGB value is (255,78,162). Sum of RGB (Red+Green+Blue) = 255+78+162=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4EA2 is #00B15D. Grayscale: #8C8C8C. Windows color (decimal): -45406 or 10637055. OLE color: 10637055.
HSL color Cylindrical-coordinate representation of color #FF4EA2: hue angle of 331.53º 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 #FF4EA2 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 162 | - |
| CMYK | 0 | 0.69 | 0.36 | 0 |
| HSL | 331.53º | 1% | 0.65% | - |
| HSV(B) | 331.53º | 0.69% | 1% | - |
| XYZ | 50.49 | 29.32 | 37.18 | - |
| YUV | 140.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 162 | 0 | 0.69 | 0.36 | 0 | 331.53 | 1 | 0.65 |
| Hex | FF | 4E | A2 | 0 | 45 | 24 | 0 | 14C | 64 | 41 |
| Octal | 377 | 116 | 242 | 0 | 105 | 44 | 0 | 514 | 144 | 101 |
| Binary | 11111111 | 1001110 | 10100010 | 0 | 1000101 | 100100 | 0 | 101001100 | 1100100 | 1000001 |
Color Harmonies of #FF4EA2
Complementary color
Monochromatic Colors of #FF4EA2
Black with #FF4EA2
Text Example
Text Example
White with #FF4EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EA2; }
p { color: rgb(255,78,162); }
H1.HeaderClassName
{
color: #FF4EA2;
}
.AnyTagClassName
{
color: #FF4EA2;
}
</style>
background-color css
<style>
a { background-color: #FF4EA2; }
a { background-color: rgb(255,78,162); }
div.DivClassName
{
background-color: #FF4EA2;
}
.BgClassName
{
background-color: #FF4EA2;
}
</style>
border-color css
<style>
span { border-color: #FF4EA2; }
span { border-color: rgb(255,78,162); }
td.TdClassName
{
border-color: #FF4EA2;
}
.TagClassName
{
border-color: #FF4EA2;
}
</style>