Shades of French Rose #E95290
Tints of French Rose #E95290
RGB
CMYK
RGB Variations
Color information
#E95290 (or 0xE95290) is known color: French Rose. HEX triplet: E9, 52 and 90. RGB value is (233,82,144). Sum of RGB (Red+Green+Blue) = 233+82+144=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E95290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95290 is #16AD6F. Grayscale: #868686. Windows color (decimal): -1486192 or 9458409. OLE color: 9458409.
HSL color Cylindrical-coordinate representation of color #E95290: hue angle of 335.36º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95290 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 144 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.09 |
| HSL | 335.36º | 0.77% | 0.62% | - |
| HSV(B) | 335.36º | 0.65% | 0.91% | - |
| XYZ | 41.66 | 25.37 | 29.09 | - |
| YUV | 134.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 144 | 0 | 0.65 | 0.38 | 0.09 | 335.36 | 0.77 | 0.62 |
| Hex | E9 | 52 | 90 | 0 | 41 | 26 | 9 | 14F | 4D | 3E |
| Octal | 351 | 122 | 220 | 0 | 101 | 46 | 11 | 517 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10010000 | 0 | 1000001 | 100110 | 1001 | 101001111 | 1001101 | 111110 |
Color Harmonies of #E95290
Complementary color
Monochromatic Colors of #E95290
Black with #E95290
Text Example
Text Example
White with #E95290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95290; }
p { color: rgb(233,82,144); }
H1.HeaderClassName
{
color: #E95290;
}
.AnyTagClassName
{
color: #E95290;
}
</style>
background-color css
<style>
a { background-color: #E95290; }
a { background-color: rgb(233,82,144); }
div.DivClassName
{
background-color: #E95290;
}
.BgClassName
{
background-color: #E95290;
}
</style>
border-color css
<style>
span { border-color: #E95290; }
span { border-color: rgb(233,82,144); }
td.TdClassName
{
border-color: #E95290;
}
.TagClassName
{
border-color: #E95290;
}
</style>