Shades of French Rose #E74B8B
Tints of French Rose #E74B8B
RGB
CMYK
RGB Variations
Color information
#E74B8B (or 0xE74B8B) is known color: French Rose. HEX triplet: E7, 4B and 8B. RGB value is (231,75,139). Sum of RGB (Red+Green+Blue) = 231+75+139=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74B8B is #18B474. Grayscale: #808080. Windows color (decimal): -1619061 or 9128935. OLE color: 9128935.
HSL color Cylindrical-coordinate representation of color #E74B8B: hue angle of 335.38º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74B8B is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 139 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.09 |
| HSL | 335.38º | 0.76% | 0.6% | - |
| HSV(B) | 335.38º | 0.68% | 0.91% | - |
| XYZ | 40.13 | 23.89 | 26.92 | - |
| YUV | 128.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 139 | 0 | 0.68 | 0.40 | 0.09 | 335.38 | 0.76 | 0.6 |
| Hex | E7 | 4B | 8B | 0 | 44 | 28 | 9 | 14F | 4C | 3C |
| Octal | 347 | 113 | 213 | 0 | 104 | 50 | 11 | 517 | 114 | 74 |
| Binary | 11100111 | 1001011 | 10001011 | 0 | 1000100 | 101000 | 1001 | 101001111 | 1001100 | 111100 |
Color Harmonies of #E74B8B
Complementary color
Monochromatic Colors of #E74B8B
Black with #E74B8B
Text Example
Text Example
White with #E74B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B8B; }
p { color: rgb(231,75,139); }
H1.HeaderClassName
{
color: #E74B8B;
}
.AnyTagClassName
{
color: #E74B8B;
}
</style>
background-color css
<style>
a { background-color: #E74B8B; }
a { background-color: rgb(231,75,139); }
div.DivClassName
{
background-color: #E74B8B;
}
.BgClassName
{
background-color: #E74B8B;
}
</style>
border-color css
<style>
span { border-color: #E74B8B; }
span { border-color: rgb(231,75,139); }
td.TdClassName
{
border-color: #E74B8B;
}
.TagClassName
{
border-color: #E74B8B;
}
</style>