Shades of French Rose #E95490
Tints of French Rose #E95490
RGB
CMYK
RGB Variations
Color information
#E95490 (or 0xE95490) is known color: French Rose. HEX triplet: E9, 54 and 90. RGB value is (233,84,144). Sum of RGB (Red+Green+Blue) = 233+84+144=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E95490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95490 is #16AB6F. Grayscale: #878787. Windows color (decimal): -1485680 or 9458921. OLE color: 9458921.
HSL color Cylindrical-coordinate representation of color #E95490: hue angle of 335.84º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95490 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 144 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.09 |
| HSL | 335.84º | 0.77% | 0.62% | - |
| HSV(B) | 335.84º | 0.64% | 0.91% | - |
| XYZ | 41.81 | 25.68 | 29.14 | - |
| YUV | 135.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 144 | 0 | 0.64 | 0.38 | 0.09 | 335.84 | 0.77 | 0.62 |
| Hex | E9 | 54 | 90 | 0 | 40 | 26 | 9 | 150 | 4D | 3E |
| Octal | 351 | 124 | 220 | 0 | 100 | 46 | 11 | 520 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10010000 | 0 | 1000000 | 100110 | 1001 | 101010000 | 1001101 | 111110 |
Color Harmonies of #E95490
Complementary color
Monochromatic Colors of #E95490
Black with #E95490
Text Example
Text Example
White with #E95490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95490; }
p { color: rgb(233,84,144); }
H1.HeaderClassName
{
color: #E95490;
}
.AnyTagClassName
{
color: #E95490;
}
</style>
background-color css
<style>
a { background-color: #E95490; }
a { background-color: rgb(233,84,144); }
div.DivClassName
{
background-color: #E95490;
}
.BgClassName
{
background-color: #E95490;
}
</style>
border-color css
<style>
span { border-color: #E95490; }
span { border-color: rgb(233,84,144); }
td.TdClassName
{
border-color: #E95490;
}
.TagClassName
{
border-color: #E95490;
}
</style>