Shades of French Rose #E54A8B
Tints of French Rose #E54A8B
RGB
CMYK
RGB Variations
Color information
#E54A8B (or 0xE54A8B) is known color: French Rose. HEX triplet: E5, 4A and 8B. RGB value is (229,74,139). Sum of RGB (Red+Green+Blue) = 229+74+139=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A8B is #1AB574. Grayscale: #7F7F7F. Windows color (decimal): -1750389 or 9128677. OLE color: 9128677.
HSL color Cylindrical-coordinate representation of color #E54A8B: hue angle of 334.84º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A8B is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 139 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.10 |
| HSL | 334.84º | 0.75% | 0.59% | - |
| HSV(B) | 334.84º | 0.68% | 0.9% | - |
| XYZ | 39.42 | 23.42 | 26.87 | - |
| YUV | 127.76 | 134.35 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 139 | 0 | 0.68 | 0.39 | 0.10 | 334.84 | 0.75 | 0.59 |
| Hex | E5 | 4A | 8B | 0 | 44 | 27 | A | 14F | 4B | 3B |
| Octal | 345 | 112 | 213 | 0 | 104 | 47 | 12 | 517 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10001011 | 0 | 1000100 | 100111 | 1010 | 101001111 | 1001011 | 111011 |
Color Harmonies of #E54A8B
Complementary color
Monochromatic Colors of #E54A8B
Black with #E54A8B
Text Example
Text Example
White with #E54A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A8B; }
p { color: rgb(229,74,139); }
H1.HeaderClassName
{
color: #E54A8B;
}
.AnyTagClassName
{
color: #E54A8B;
}
</style>
background-color css
<style>
a { background-color: #E54A8B; }
a { background-color: rgb(229,74,139); }
div.DivClassName
{
background-color: #E54A8B;
}
.BgClassName
{
background-color: #E54A8B;
}
</style>
border-color css
<style>
span { border-color: #E54A8B; }
span { border-color: rgb(229,74,139); }
td.TdClassName
{
border-color: #E54A8B;
}
.TagClassName
{
border-color: #E54A8B;
}
</style>