Shades of French Rose #E74A8F
Tints of French Rose #E74A8F
RGB
CMYK
RGB Variations
Color information
#E74A8F (or 0xE74A8F) is known color: French Rose. HEX triplet: E7, 4A and 8F. RGB value is (231,74,143). Sum of RGB (Red+Green+Blue) = 231+74+143=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74A8F is #18B570. Grayscale: #808080. Windows color (decimal): -1619313 or 9390823. OLE color: 9390823.
HSL color Cylindrical-coordinate representation of color #E74A8F: hue angle of 333.63º degrees, saturation: 0.77, 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 #E74A8F is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 143 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.09 |
| HSL | 333.63º | 0.77% | 0.6% | - |
| HSV(B) | 333.63º | 0.68% | 0.91% | - |
| XYZ | 40.36 | 23.87 | 28.47 | - |
| YUV | 128.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 143 | 0 | 0.68 | 0.38 | 0.09 | 333.63 | 0.77 | 0.6 |
| Hex | E7 | 4A | 8F | 0 | 44 | 26 | 9 | 14E | 4D | 3C |
| Octal | 347 | 112 | 217 | 0 | 104 | 46 | 11 | 516 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10001111 | 0 | 1000100 | 100110 | 1001 | 101001110 | 1001101 | 111100 |
Color Harmonies of #E74A8F
Complementary color
Monochromatic Colors of #E74A8F
Black with #E74A8F
Text Example
Text Example
White with #E74A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A8F; }
p { color: rgb(231,74,143); }
H1.HeaderClassName
{
color: #E74A8F;
}
.AnyTagClassName
{
color: #E74A8F;
}
</style>
background-color css
<style>
a { background-color: #E74A8F; }
a { background-color: rgb(231,74,143); }
div.DivClassName
{
background-color: #E74A8F;
}
.BgClassName
{
background-color: #E74A8F;
}
</style>
border-color css
<style>
span { border-color: #E74A8F; }
span { border-color: rgb(231,74,143); }
td.TdClassName
{
border-color: #E74A8F;
}
.TagClassName
{
border-color: #E74A8F;
}
</style>