Shades of French Rose #E75395
Tints of French Rose #E75395
RGB
CMYK
RGB Variations
Color information
#E75395 (or 0xE75395) is known color: French Rose. HEX triplet: E7, 53 and 95. RGB value is (231,83,149). Sum of RGB (Red+Green+Blue) = 231+83+149=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E75395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75395 is #18AC6A. Grayscale: #868686. Windows color (decimal): -1617003 or 9786343. OLE color: 9786343.
HSL color Cylindrical-coordinate representation of color #E75395: hue angle of 333.24º degrees, saturation: 0.76, 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 #E75395 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 149 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.09 |
| HSL | 333.24º | 0.76% | 0.62% | - |
| HSV(B) | 333.24º | 0.64% | 0.91% | - |
| XYZ | 41.47 | 25.35 | 31.14 | - |
| YUV | 134.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 149 | 0 | 0.64 | 0.35 | 0.09 | 333.24 | 0.76 | 0.62 |
| Hex | E7 | 53 | 95 | 0 | 40 | 23 | 9 | 14D | 4C | 3E |
| Octal | 347 | 123 | 225 | 0 | 100 | 43 | 11 | 515 | 114 | 76 |
| Binary | 11100111 | 1010011 | 10010101 | 0 | 1000000 | 100011 | 1001 | 101001101 | 1001100 | 111110 |
Color Harmonies of #E75395
Complementary color
Monochromatic Colors of #E75395
Black with #E75395
Text Example
Text Example
White with #E75395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75395; }
p { color: rgb(231,83,149); }
H1.HeaderClassName
{
color: #E75395;
}
.AnyTagClassName
{
color: #E75395;
}
</style>
background-color css
<style>
a { background-color: #E75395; }
a { background-color: rgb(231,83,149); }
div.DivClassName
{
background-color: #E75395;
}
.BgClassName
{
background-color: #E75395;
}
</style>
border-color css
<style>
span { border-color: #E75395; }
span { border-color: rgb(231,83,149); }
td.TdClassName
{
border-color: #E75395;
}
.TagClassName
{
border-color: #E75395;
}
</style>