Shades of French Rose #E95395
Tints of French Rose #E95395
RGB
CMYK
RGB Variations
Color information
#E95395 (or 0xE95395) is known color: French Rose. HEX triplet: E9, 53 and 95. RGB value is (233,83,149). Sum of RGB (Red+Green+Blue) = 233+83+149=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E95395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95395 is #16AC6A. Grayscale: #878787. Windows color (decimal): -1485931 or 9786345. OLE color: 9786345.
HSL color Cylindrical-coordinate representation of color #E95395: hue angle of 333.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 #E95395 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 149 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.09 |
| HSL | 333.6º | 0.77% | 0.62% | - |
| HSV(B) | 333.6º | 0.64% | 0.91% | - |
| XYZ | 42.12 | 25.68 | 31.17 | - |
| YUV | 135.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 149 | 0 | 0.64 | 0.36 | 0.09 | 333.6 | 0.77 | 0.62 |
| Hex | E9 | 53 | 95 | 0 | 40 | 24 | 9 | 14E | 4D | 3E |
| Octal | 351 | 123 | 225 | 0 | 100 | 44 | 11 | 516 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10010101 | 0 | 1000000 | 100100 | 1001 | 101001110 | 1001101 | 111110 |
Color Harmonies of #E95395
Complementary color
Monochromatic Colors of #E95395
Black with #E95395
Text Example
Text Example
White with #E95395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95395; }
p { color: rgb(233,83,149); }
H1.HeaderClassName
{
color: #E95395;
}
.AnyTagClassName
{
color: #E95395;
}
</style>
background-color css
<style>
a { background-color: #E95395; }
a { background-color: rgb(233,83,149); }
div.DivClassName
{
background-color: #E95395;
}
.BgClassName
{
background-color: #E95395;
}
</style>
border-color css
<style>
span { border-color: #E95395; }
span { border-color: rgb(233,83,149); }
td.TdClassName
{
border-color: #E95395;
}
.TagClassName
{
border-color: #E95395;
}
</style>