Shades of French Rose #E75498
Tints of French Rose #E75498
RGB
CMYK
RGB Variations
Color information
#E75498 (or 0xE75498) is known color: French Rose. HEX triplet: E7, 54 and 98. RGB value is (231,84,152). Sum of RGB (Red+Green+Blue) = 231+84+152=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E75498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75498 is #18AB67. Grayscale: #878787. Windows color (decimal): -1616744 or 9983207. OLE color: 9983207.
HSL color Cylindrical-coordinate representation of color #E75498: hue angle of 332.24º 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 #E75498 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 152 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.09 |
| HSL | 332.24º | 0.75% | 0.62% | - |
| HSV(B) | 332.24º | 0.64% | 0.91% | - |
| XYZ | 41.79 | 25.6 | 32.44 | - |
| YUV | 135.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 152 | 0 | 0.64 | 0.34 | 0.09 | 332.24 | 0.75 | 0.62 |
| Hex | E7 | 54 | 98 | 0 | 40 | 22 | 9 | 14C | 4B | 3E |
| Octal | 347 | 124 | 230 | 0 | 100 | 42 | 11 | 514 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10011000 | 0 | 1000000 | 100010 | 1001 | 101001100 | 1001011 | 111110 |
Color Harmonies of #E75498
Complementary color
Monochromatic Colors of #E75498
Black with #E75498
Text Example
Text Example
White with #E75498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75498; }
p { color: rgb(231,84,152); }
H1.HeaderClassName
{
color: #E75498;
}
.AnyTagClassName
{
color: #E75498;
}
</style>
background-color css
<style>
a { background-color: #E75498; }
a { background-color: rgb(231,84,152); }
div.DivClassName
{
background-color: #E75498;
}
.BgClassName
{
background-color: #E75498;
}
</style>
border-color css
<style>
span { border-color: #E75498; }
span { border-color: rgb(231,84,152); }
td.TdClassName
{
border-color: #E75498;
}
.TagClassName
{
border-color: #E75498;
}
</style>