Shades of French Rose #E75397
Tints of French Rose #E75397
RGB
CMYK
RGB Variations
Color information
#E75397 (or 0xE75397) is known color: French Rose. HEX triplet: E7, 53 and 97. RGB value is (231,83,151). Sum of RGB (Red+Green+Blue) = 231+83+151=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E75397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75397 is #18AC68. Grayscale: #868686. Windows color (decimal): -1617001 or 9917415. OLE color: 9917415.
HSL color Cylindrical-coordinate representation of color #E75397: hue angle of 332.43º 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 #E75397 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 151 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.09 |
| HSL | 332.43º | 0.76% | 0.62% | - |
| HSV(B) | 332.43º | 0.64% | 0.91% | - |
| XYZ | 41.63 | 25.41 | 31.99 | - |
| YUV | 135 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 151 | 0 | 0.64 | 0.35 | 0.09 | 332.43 | 0.76 | 0.62 |
| Hex | E7 | 53 | 97 | 0 | 40 | 23 | 9 | 14C | 4C | 3E |
| Octal | 347 | 123 | 227 | 0 | 100 | 43 | 11 | 514 | 114 | 76 |
| Binary | 11100111 | 1010011 | 10010111 | 0 | 1000000 | 100011 | 1001 | 101001100 | 1001100 | 111110 |
Color Harmonies of #E75397
Complementary color
Monochromatic Colors of #E75397
Black with #E75397
Text Example
Text Example
White with #E75397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75397; }
p { color: rgb(231,83,151); }
H1.HeaderClassName
{
color: #E75397;
}
.AnyTagClassName
{
color: #E75397;
}
</style>
background-color css
<style>
a { background-color: #E75397; }
a { background-color: rgb(231,83,151); }
div.DivClassName
{
background-color: #E75397;
}
.BgClassName
{
background-color: #E75397;
}
</style>
border-color css
<style>
span { border-color: #E75397; }
span { border-color: rgb(231,83,151); }
td.TdClassName
{
border-color: #E75397;
}
.TagClassName
{
border-color: #E75397;
}
</style>