Shades of French Rose #E75598
Tints of French Rose #E75598
RGB
CMYK
RGB Variations
Color information
#E75598 (or 0xE75598) is known color: French Rose. HEX triplet: E7, 55 and 98. RGB value is (231,85,152). Sum of RGB (Red+Green+Blue) = 231+85+152=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E75598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75598 is #18AA67. Grayscale: #888888. Windows color (decimal): -1616488 or 9983463. OLE color: 9983463.
HSL color Cylindrical-coordinate representation of color #E75598: hue angle of 332.47º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75598 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 152 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.09 |
| HSL | 332.47º | 0.75% | 0.62% | - |
| HSV(B) | 332.47º | 0.63% | 0.91% | - |
| XYZ | 41.87 | 25.75 | 32.47 | - |
| YUV | 136.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 152 | 0 | 0.63 | 0.34 | 0.09 | 332.47 | 0.75 | 0.62 |
| Hex | E7 | 55 | 98 | 0 | 3F | 22 | 9 | 14C | 4B | 3E |
| Octal | 347 | 125 | 230 | 0 | 77 | 42 | 11 | 514 | 113 | 76 |
| Binary | 11100111 | 1010101 | 10011000 | 0 | 111111 | 100010 | 1001 | 101001100 | 1001011 | 111110 |
Color Harmonies of #E75598
Complementary color
Monochromatic Colors of #E75598
Black with #E75598
Text Example
Text Example
White with #E75598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75598; }
p { color: rgb(231,85,152); }
H1.HeaderClassName
{
color: #E75598;
}
.AnyTagClassName
{
color: #E75598;
}
</style>
background-color css
<style>
a { background-color: #E75598; }
a { background-color: rgb(231,85,152); }
div.DivClassName
{
background-color: #E75598;
}
.BgClassName
{
background-color: #E75598;
}
</style>
border-color css
<style>
span { border-color: #E75598; }
span { border-color: rgb(231,85,152); }
td.TdClassName
{
border-color: #E75598;
}
.TagClassName
{
border-color: #E75598;
}
</style>