Shades of French Rose #E95095
Tints of French Rose #E95095
RGB
CMYK
RGB Variations
Color information
#E95095 (or 0xE95095) is known color: French Rose. HEX triplet: E9, 50 and 95. RGB value is (233,80,149). Sum of RGB (Red+Green+Blue) = 233+80+149=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E95095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95095 is #16AF6A. Grayscale: #858585. Windows color (decimal): -1486699 or 9785577. OLE color: 9785577.
HSL color Cylindrical-coordinate representation of color #E95095: hue angle of 332.94º 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 #E95095 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 149 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.09 |
| HSL | 332.94º | 0.78% | 0.61% | - |
| HSV(B) | 332.94º | 0.66% | 0.91% | - |
| XYZ | 41.9 | 25.23 | 31.1 | - |
| YUV | 133.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 149 | 0 | 0.66 | 0.36 | 0.09 | 332.94 | 0.78 | 0.61 |
| Hex | E9 | 50 | 95 | 0 | 42 | 24 | 9 | 14D | 4E | 3D |
| Octal | 351 | 120 | 225 | 0 | 102 | 44 | 11 | 515 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10010101 | 0 | 1000010 | 100100 | 1001 | 101001101 | 1001110 | 111101 |
Color Harmonies of #E95095
Complementary color
Monochromatic Colors of #E95095
Black with #E95095
Text Example
Text Example
White with #E95095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95095; }
p { color: rgb(233,80,149); }
H1.HeaderClassName
{
color: #E95095;
}
.AnyTagClassName
{
color: #E95095;
}
</style>
background-color css
<style>
a { background-color: #E95095; }
a { background-color: rgb(233,80,149); }
div.DivClassName
{
background-color: #E95095;
}
.BgClassName
{
background-color: #E95095;
}
</style>
border-color css
<style>
span { border-color: #E95095; }
span { border-color: rgb(233,80,149); }
td.TdClassName
{
border-color: #E95095;
}
.TagClassName
{
border-color: #E95095;
}
</style>