Shades of French Rose #E95293
Tints of French Rose #E95293
RGB
CMYK
RGB Variations
Color information
#E95293 (or 0xE95293) is known color: French Rose. HEX triplet: E9, 52 and 93. RGB value is (233,82,147). Sum of RGB (Red+Green+Blue) = 233+82+147=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E95293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95293 is #16AD6C. Grayscale: #868686. Windows color (decimal): -1486189 or 9655017. OLE color: 9655017.
HSL color Cylindrical-coordinate representation of color #E95293: hue angle of 334.17º 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 #E95293 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 147 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.09 |
| HSL | 334.17º | 0.77% | 0.62% | - |
| HSV(B) | 334.17º | 0.65% | 0.91% | - |
| XYZ | 41.89 | 25.46 | 30.31 | - |
| YUV | 134.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 147 | 0 | 0.65 | 0.37 | 0.09 | 334.17 | 0.77 | 0.62 |
| Hex | E9 | 52 | 93 | 0 | 41 | 25 | 9 | 14E | 4D | 3E |
| Octal | 351 | 122 | 223 | 0 | 101 | 45 | 11 | 516 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10010011 | 0 | 1000001 | 100101 | 1001 | 101001110 | 1001101 | 111110 |
Color Harmonies of #E95293
Complementary color
Monochromatic Colors of #E95293
Black with #E95293
Text Example
Text Example
White with #E95293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95293; }
p { color: rgb(233,82,147); }
H1.HeaderClassName
{
color: #E95293;
}
.AnyTagClassName
{
color: #E95293;
}
</style>
background-color css
<style>
a { background-color: #E95293; }
a { background-color: rgb(233,82,147); }
div.DivClassName
{
background-color: #E95293;
}
.BgClassName
{
background-color: #E95293;
}
</style>
border-color css
<style>
span { border-color: #E95293; }
span { border-color: rgb(233,82,147); }
td.TdClassName
{
border-color: #E95293;
}
.TagClassName
{
border-color: #E95293;
}
</style>