Shades of French Rose #E75495
Tints of French Rose #E75495
RGB
CMYK
RGB Variations
Color information
#E75495 (or 0xE75495) is known color: French Rose. HEX triplet: E7, 54 and 95. RGB value is (231,84,149). Sum of RGB (Red+Green+Blue) = 231+84+149=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75495 is #18AB6A. Grayscale: #878787. Windows color (decimal): -1616747 or 9786599. OLE color: 9786599.
HSL color Cylindrical-coordinate representation of color #E75495: hue angle of 333.47º degrees, saturation: 0.75, 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 #E75495 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 149 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.09 |
| HSL | 333.47º | 0.75% | 0.62% | - |
| HSV(B) | 333.47º | 0.64% | 0.91% | - |
| XYZ | 41.55 | 25.5 | 31.17 | - |
| YUV | 135.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 149 | 0 | 0.64 | 0.35 | 0.09 | 333.47 | 0.75 | 0.62 |
| Hex | E7 | 54 | 95 | 0 | 40 | 23 | 9 | 14D | 4B | 3E |
| Octal | 347 | 124 | 225 | 0 | 100 | 43 | 11 | 515 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10010101 | 0 | 1000000 | 100011 | 1001 | 101001101 | 1001011 | 111110 |
Color Harmonies of #E75495
Complementary color
Monochromatic Colors of #E75495
Black with #E75495
Text Example
Text Example
White with #E75495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75495; }
p { color: rgb(231,84,149); }
H1.HeaderClassName
{
color: #E75495;
}
.AnyTagClassName
{
color: #E75495;
}
</style>
background-color css
<style>
a { background-color: #E75495; }
a { background-color: rgb(231,84,149); }
div.DivClassName
{
background-color: #E75495;
}
.BgClassName
{
background-color: #E75495;
}
</style>
border-color css
<style>
span { border-color: #E75495; }
span { border-color: rgb(231,84,149); }
td.TdClassName
{
border-color: #E75495;
}
.TagClassName
{
border-color: #E75495;
}
</style>