Shades of French Rose #E5458A
Tints of French Rose #E5458A
RGB
CMYK
RGB Variations
Color information
#E5458A (or 0xE5458A) is known color: French Rose. HEX triplet: E5, 45 and 8A. RGB value is (229,69,138). Sum of RGB (Red+Green+Blue) = 229+69+138=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5458A is #1ABA75. Grayscale: #7C7C7C. Windows color (decimal): -1751670 or 9061861. OLE color: 9061861.
HSL color Cylindrical-coordinate representation of color #E5458A: hue angle of 334.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5458A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 138 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.10 |
| HSL | 334.13º | 0.75% | 0.58% | - |
| HSV(B) | 334.13º | 0.7% | 0.9% | - |
| XYZ | 39.03 | 22.75 | 26.38 | - |
| YUV | 124.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 138 | 0 | 0.70 | 0.40 | 0.10 | 334.13 | 0.75 | 0.58 |
| Hex | E5 | 45 | 8A | 0 | 46 | 28 | A | 14E | 4B | 3A |
| Octal | 345 | 105 | 212 | 0 | 106 | 50 | 12 | 516 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10001010 | 0 | 1000110 | 101000 | 1010 | 101001110 | 1001011 | 111010 |
Color Harmonies of #E5458A
Complementary color
Monochromatic Colors of #E5458A
Black with #E5458A
Text Example
Text Example
White with #E5458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5458A; }
p { color: rgb(229,69,138); }
H1.HeaderClassName
{
color: #E5458A;
}
.AnyTagClassName
{
color: #E5458A;
}
</style>
background-color css
<style>
a { background-color: #E5458A; }
a { background-color: rgb(229,69,138); }
div.DivClassName
{
background-color: #E5458A;
}
.BgClassName
{
background-color: #E5458A;
}
</style>
border-color css
<style>
span { border-color: #E5458A; }
span { border-color: rgb(229,69,138); }
td.TdClassName
{
border-color: #E5458A;
}
.TagClassName
{
border-color: #E5458A;
}
</style>