Shades of French Rose #E95390
Tints of French Rose #E95390
RGB
CMYK
RGB Variations
Color information
#E95390 (or 0xE95390) is known color: French Rose. HEX triplet: E9, 53 and 90. RGB value is (233,83,144). Sum of RGB (Red+Green+Blue) = 233+83+144=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E95390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95390 is #16AC6F. Grayscale: #868686. Windows color (decimal): -1485936 or 9458665. OLE color: 9458665.
HSL color Cylindrical-coordinate representation of color #E95390: hue angle of 335.6º 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 #E95390 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 144 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.09 |
| HSL | 335.6º | 0.77% | 0.62% | - |
| HSV(B) | 335.6º | 0.64% | 0.91% | - |
| XYZ | 41.73 | 25.52 | 29.11 | - |
| YUV | 134.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 144 | 0 | 0.64 | 0.38 | 0.09 | 335.6 | 0.77 | 0.62 |
| Hex | E9 | 53 | 90 | 0 | 40 | 26 | 9 | 150 | 4D | 3E |
| Octal | 351 | 123 | 220 | 0 | 100 | 46 | 11 | 520 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10010000 | 0 | 1000000 | 100110 | 1001 | 101010000 | 1001101 | 111110 |
Color Harmonies of #E95390
Complementary color
Monochromatic Colors of #E95390
Black with #E95390
Text Example
Text Example
White with #E95390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95390; }
p { color: rgb(233,83,144); }
H1.HeaderClassName
{
color: #E95390;
}
.AnyTagClassName
{
color: #E95390;
}
</style>
background-color css
<style>
a { background-color: #E95390; }
a { background-color: rgb(233,83,144); }
div.DivClassName
{
background-color: #E95390;
}
.BgClassName
{
background-color: #E95390;
}
</style>
border-color css
<style>
span { border-color: #E95390; }
span { border-color: rgb(233,83,144); }
td.TdClassName
{
border-color: #E95390;
}
.TagClassName
{
border-color: #E95390;
}
</style>