Shades of French Rose #E95097
Tints of French Rose #E95097
RGB
CMYK
RGB Variations
Color information
#E95097 (or 0xE95097) is known color: French Rose. HEX triplet: E9, 50 and 97. RGB value is (233,80,151). Sum of RGB (Red+Green+Blue) = 233+80+151=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E95097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95097 is #16AF68. Grayscale: #858585. Windows color (decimal): -1486697 or 9916649. OLE color: 9916649.
HSL color Cylindrical-coordinate representation of color #E95097: hue angle of 332.16º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E95097 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 151 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.09 |
| HSL | 332.16º | 0.78% | 0.61% | - |
| HSV(B) | 332.16º | 0.66% | 0.91% | - |
| XYZ | 42.06 | 25.3 | 31.94 | - |
| YUV | 133.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 151 | 0 | 0.66 | 0.35 | 0.09 | 332.16 | 0.78 | 0.61 |
| Hex | E9 | 50 | 97 | 0 | 42 | 23 | 9 | 14C | 4E | 3D |
| Octal | 351 | 120 | 227 | 0 | 102 | 43 | 11 | 514 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10010111 | 0 | 1000010 | 100011 | 1001 | 101001100 | 1001110 | 111101 |
Color Harmonies of #E95097
Complementary color
Monochromatic Colors of #E95097
Black with #E95097
Text Example
Text Example
White with #E95097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95097; }
p { color: rgb(233,80,151); }
H1.HeaderClassName
{
color: #E95097;
}
.AnyTagClassName
{
color: #E95097;
}
</style>
background-color css
<style>
a { background-color: #E95097; }
a { background-color: rgb(233,80,151); }
div.DivClassName
{
background-color: #E95097;
}
.BgClassName
{
background-color: #E95097;
}
</style>
border-color css
<style>
span { border-color: #E95097; }
span { border-color: rgb(233,80,151); }
td.TdClassName
{
border-color: #E95097;
}
.TagClassName
{
border-color: #E95097;
}
</style>