Shades of French Rose #E74D98
Tints of French Rose #E74D98
RGB
CMYK
RGB Variations
Color information
#E74D98 (or 0xE74D98) is known color: French Rose. HEX triplet: E7, 4D and 98. RGB value is (231,77,152). Sum of RGB (Red+Green+Blue) = 231+77+152=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D98 is #18B267. Grayscale: #838383. Windows color (decimal): -1618536 or 9981415. OLE color: 9981415.
HSL color Cylindrical-coordinate representation of color #E74D98: hue angle of 330.78º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74D98 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 152 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.09 |
| HSL | 330.78º | 0.76% | 0.6% | - |
| HSV(B) | 330.78º | 0.67% | 0.91% | - |
| XYZ | 41.28 | 24.56 | 32.27 | - |
| YUV | 131.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 152 | 0 | 0.67 | 0.34 | 0.09 | 330.78 | 0.76 | 0.6 |
| Hex | E7 | 4D | 98 | 0 | 43 | 22 | 9 | 14B | 4C | 3C |
| Octal | 347 | 115 | 230 | 0 | 103 | 42 | 11 | 513 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10011000 | 0 | 1000011 | 100010 | 1001 | 101001011 | 1001100 | 111100 |
Color Harmonies of #E74D98
Complementary color
Monochromatic Colors of #E74D98
Black with #E74D98
Text Example
Text Example
White with #E74D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D98; }
p { color: rgb(231,77,152); }
H1.HeaderClassName
{
color: #E74D98;
}
.AnyTagClassName
{
color: #E74D98;
}
</style>
background-color css
<style>
a { background-color: #E74D98; }
a { background-color: rgb(231,77,152); }
div.DivClassName
{
background-color: #E74D98;
}
.BgClassName
{
background-color: #E74D98;
}
</style>
border-color css
<style>
span { border-color: #E74D98; }
span { border-color: rgb(231,77,152); }
td.TdClassName
{
border-color: #E74D98;
}
.TagClassName
{
border-color: #E74D98;
}
</style>