Shades of French Rose #E54E9A
Tints of French Rose #E54E9A
RGB
CMYK
RGB Variations
Color information
#E54E9A (or 0xE54E9A) is known color: French Rose. HEX triplet: E5, 4E and 9A. RGB value is (229,78,154). Sum of RGB (Red+Green+Blue) = 229+78+154=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E9A is #1AB165. Grayscale: #838383. Windows color (decimal): -1749350 or 10112741. OLE color: 10112741.
HSL color Cylindrical-coordinate representation of color #E54E9A: hue angle of 329.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 #E54E9A is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 154 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.10 |
| HSL | 329.8º | 0.74% | 0.6% | - |
| HSV(B) | 329.8º | 0.66% | 0.9% | - |
| XYZ | 40.87 | 24.44 | 33.14 | - |
| YUV | 131.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 154 | 0 | 0.66 | 0.33 | 0.10 | 329.8 | 0.74 | 0.6 |
| Hex | E5 | 4E | 9A | 0 | 42 | 21 | A | 14A | 4A | 3C |
| Octal | 345 | 116 | 232 | 0 | 102 | 41 | 12 | 512 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10011010 | 0 | 1000010 | 100001 | 1010 | 101001010 | 1001010 | 111100 |
Color Harmonies of #E54E9A
Complementary color
Monochromatic Colors of #E54E9A
Black with #E54E9A
Text Example
Text Example
White with #E54E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E9A; }
p { color: rgb(229,78,154); }
H1.HeaderClassName
{
color: #E54E9A;
}
.AnyTagClassName
{
color: #E54E9A;
}
</style>
background-color css
<style>
a { background-color: #E54E9A; }
a { background-color: rgb(229,78,154); }
div.DivClassName
{
background-color: #E54E9A;
}
.BgClassName
{
background-color: #E54E9A;
}
</style>
border-color css
<style>
span { border-color: #E54E9A; }
span { border-color: rgb(229,78,154); }
td.TdClassName
{
border-color: #E54E9A;
}
.TagClassName
{
border-color: #E54E9A;
}
</style>