Shades of French Rose #E2458B
Tints of French Rose #E2458B
RGB
CMYK
RGB Variations
Color information
#E2458B (or 0xE2458B) is known color: French Rose. HEX triplet: E2, 45 and 8B. RGB value is (226,69,139). Sum of RGB (Red+Green+Blue) = 226+69+139=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2458B is #1DBA74. Grayscale: #7B7B7B. Windows color (decimal): -1948277 or 9127394. OLE color: 9127394.
HSL color Cylindrical-coordinate representation of color #E2458B: hue angle of 333.25º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2458B is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 139 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.11 |
| HSL | 333.25º | 0.73% | 0.58% | - |
| HSV(B) | 333.25º | 0.69% | 0.89% | - |
| XYZ | 38.15 | 22.29 | 26.72 | - |
| YUV | 123.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 139 | 0 | 0.69 | 0.38 | 0.11 | 333.25 | 0.73 | 0.58 |
| Hex | E2 | 45 | 8B | 0 | 45 | 26 | B | 14D | 49 | 3A |
| Octal | 342 | 105 | 213 | 0 | 105 | 46 | 13 | 515 | 111 | 72 |
| Binary | 11100010 | 1000101 | 10001011 | 0 | 1000101 | 100110 | 1011 | 101001101 | 1001001 | 111010 |
Color Harmonies of #E2458B
Complementary color
Monochromatic Colors of #E2458B
Black with #E2458B
Text Example
Text Example
White with #E2458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2458B; }
p { color: rgb(226,69,139); }
H1.HeaderClassName
{
color: #E2458B;
}
.AnyTagClassName
{
color: #E2458B;
}
</style>
background-color css
<style>
a { background-color: #E2458B; }
a { background-color: rgb(226,69,139); }
div.DivClassName
{
background-color: #E2458B;
}
.BgClassName
{
background-color: #E2458B;
}
</style>
border-color css
<style>
span { border-color: #E2458B; }
span { border-color: rgb(226,69,139); }
td.TdClassName
{
border-color: #E2458B;
}
.TagClassName
{
border-color: #E2458B;
}
</style>