Shades of French Rose #E4488B
Tints of French Rose #E4488B
RGB
CMYK
RGB Variations
Color information
#E4488B (or 0xE4488B) is known color: French Rose. HEX triplet: E4, 48 and 8B. RGB value is (228,72,139). Sum of RGB (Red+Green+Blue) = 228+72+139=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4488B is #1BB774. Grayscale: #7E7E7E. Windows color (decimal): -1816437 or 9128164. OLE color: 9128164.
HSL color Cylindrical-coordinate representation of color #E4488B: hue angle of 334.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4488B is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 139 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.11 |
| HSL | 334.23º | 0.74% | 0.59% | - |
| HSV(B) | 334.23º | 0.68% | 0.89% | - |
| XYZ | 38.97 | 22.99 | 26.81 | - |
| YUV | 126.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 139 | 0 | 0.68 | 0.39 | 0.11 | 334.23 | 0.74 | 0.59 |
| Hex | E4 | 48 | 8B | 0 | 44 | 27 | B | 14E | 4A | 3B |
| Octal | 344 | 110 | 213 | 0 | 104 | 47 | 13 | 516 | 112 | 73 |
| Binary | 11100100 | 1001000 | 10001011 | 0 | 1000100 | 100111 | 1011 | 101001110 | 1001010 | 111011 |
Color Harmonies of #E4488B
Complementary color
Monochromatic Colors of #E4488B
Black with #E4488B
Text Example
Text Example
White with #E4488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4488B; }
p { color: rgb(228,72,139); }
H1.HeaderClassName
{
color: #E4488B;
}
.AnyTagClassName
{
color: #E4488B;
}
</style>
background-color css
<style>
a { background-color: #E4488B; }
a { background-color: rgb(228,72,139); }
div.DivClassName
{
background-color: #E4488B;
}
.BgClassName
{
background-color: #E4488B;
}
</style>
border-color css
<style>
span { border-color: #E4488B; }
span { border-color: rgb(228,72,139); }
td.TdClassName
{
border-color: #E4488B;
}
.TagClassName
{
border-color: #E4488B;
}
</style>