Shades of Brilliant Rose #E54FA4
Tints of Brilliant Rose #E54FA4
RGB
CMYK
RGB Variations
Color information
#E54FA4 (or 0xE54FA4) is known color: Brilliant Rose. HEX triplet: E5, 4F and A4. RGB value is (229,79,164). Sum of RGB (Red+Green+Blue) = 229+79+164=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54FA4 is #1AB05B. Grayscale: #858585. Windows color (decimal): -1749084 or 10768357. OLE color: 10768357.
HSL color Cylindrical-coordinate representation of color #E54FA4: hue angle of 326º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54FA4 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 164 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.10 |
| HSL | 326º | 0.74% | 0.6% | - |
| HSV(B) | 326º | 0.66% | 0.9% | - |
| XYZ | 41.81 | 24.93 | 37.73 | - |
| YUV | 133.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 164 | 0 | 0.66 | 0.28 | 0.10 | 326 | 0.74 | 0.6 |
| Hex | E5 | 4F | A4 | 0 | 42 | 1C | A | 146 | 4A | 3C |
| Octal | 345 | 117 | 244 | 0 | 102 | 34 | 12 | 506 | 112 | 74 |
| Binary | 11100101 | 1001111 | 10100100 | 0 | 1000010 | 11100 | 1010 | 101000110 | 1001010 | 111100 |
Color Harmonies of #E54FA4
Complementary color
Monochromatic Colors of #E54FA4
Black with #E54FA4
Text Example
Text Example
White with #E54FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FA4; }
p { color: rgb(229,79,164); }
H1.HeaderClassName
{
color: #E54FA4;
}
.AnyTagClassName
{
color: #E54FA4;
}
</style>
background-color css
<style>
a { background-color: #E54FA4; }
a { background-color: rgb(229,79,164); }
div.DivClassName
{
background-color: #E54FA4;
}
.BgClassName
{
background-color: #E54FA4;
}
</style>
border-color css
<style>
span { border-color: #E54FA4; }
span { border-color: rgb(229,79,164); }
td.TdClassName
{
border-color: #E54FA4;
}
.TagClassName
{
border-color: #E54FA4;
}
</style>