Shades of Brilliant Rose #E54FAC
Tints of Brilliant Rose #E54FAC
RGB
CMYK
RGB Variations
Color information
#E54FAC (or 0xE54FAC) is known color: Brilliant Rose. HEX triplet: E5, 4F and AC. RGB value is (229,79,172). Sum of RGB (Red+Green+Blue) = 229+79+172=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54FAC is #1AB053. Grayscale: #868686. Windows color (decimal): -1749076 or 11292645. OLE color: 11292645.
HSL color Cylindrical-coordinate representation of color #E54FAC: hue angle of 322.8º 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 #E54FAC is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 172 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.10 |
| HSL | 322.8º | 0.74% | 0.6% | - |
| HSV(B) | 322.8º | 0.66% | 0.9% | - |
| XYZ | 42.56 | 25.23 | 41.66 | - |
| YUV | 134.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 172 | 0 | 0.66 | 0.25 | 0.10 | 322.8 | 0.74 | 0.6 |
| Hex | E5 | 4F | AC | 0 | 42 | 19 | A | 143 | 4A | 3C |
| Octal | 345 | 117 | 254 | 0 | 102 | 31 | 12 | 503 | 112 | 74 |
| Binary | 11100101 | 1001111 | 10101100 | 0 | 1000010 | 11001 | 1010 | 101000011 | 1001010 | 111100 |
Color Harmonies of #E54FAC
Complementary color
Monochromatic Colors of #E54FAC
Black with #E54FAC
Text Example
Text Example
White with #E54FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FAC; }
p { color: rgb(229,79,172); }
H1.HeaderClassName
{
color: #E54FAC;
}
.AnyTagClassName
{
color: #E54FAC;
}
</style>
background-color css
<style>
a { background-color: #E54FAC; }
a { background-color: rgb(229,79,172); }
div.DivClassName
{
background-color: #E54FAC;
}
.BgClassName
{
background-color: #E54FAC;
}
</style>
border-color css
<style>
span { border-color: #E54FAC; }
span { border-color: rgb(229,79,172); }
td.TdClassName
{
border-color: #E54FAC;
}
.TagClassName
{
border-color: #E54FAC;
}
</style>