Shades of French Rose #E75896
Tints of French Rose #E75896
RGB
CMYK
RGB Variations
Color information
#E75896 (or 0xE75896) is known color: French Rose. HEX triplet: E7, 58 and 96. RGB value is (231,88,150). Sum of RGB (Red+Green+Blue) = 231+88+150=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E75896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75896 is #18A769. Grayscale: #898989. Windows color (decimal): -1615722 or 9853159. OLE color: 9853159.
HSL color Cylindrical-coordinate representation of color #E75896: hue angle of 333.99º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75896 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 150 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.09 |
| HSL | 333.99º | 0.75% | 0.63% | - |
| HSV(B) | 333.99º | 0.62% | 0.91% | - |
| XYZ | 41.95 | 26.17 | 31.69 | - |
| YUV | 137.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 150 | 0 | 0.62 | 0.35 | 0.09 | 333.99 | 0.75 | 0.63 |
| Hex | E7 | 58 | 96 | 0 | 3E | 23 | 9 | 14E | 4B | 3F |
| Octal | 347 | 130 | 226 | 0 | 76 | 43 | 11 | 516 | 113 | 77 |
| Binary | 11100111 | 1011000 | 10010110 | 0 | 111110 | 100011 | 1001 | 101001110 | 1001011 | 111111 |
Color Harmonies of #E75896
Complementary color
Monochromatic Colors of #E75896
Black with #E75896
Text Example
Text Example
White with #E75896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75896; }
p { color: rgb(231,88,150); }
H1.HeaderClassName
{
color: #E75896;
}
.AnyTagClassName
{
color: #E75896;
}
</style>
background-color css
<style>
a { background-color: #E75896; }
a { background-color: rgb(231,88,150); }
div.DivClassName
{
background-color: #E75896;
}
.BgClassName
{
background-color: #E75896;
}
</style>
border-color css
<style>
span { border-color: #E75896; }
span { border-color: rgb(231,88,150); }
td.TdClassName
{
border-color: #E75896;
}
.TagClassName
{
border-color: #E75896;
}
</style>