Shades of French Rose #E74A9B
Tints of French Rose #E74A9B
RGB
CMYK
RGB Variations
Color information
#E74A9B (or 0xE74A9B) is known color: French Rose. HEX triplet: E7, 4A and 9B. RGB value is (231,74,155). Sum of RGB (Red+Green+Blue) = 231+74+155=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74A9B is #18B564. Grayscale: #828282. Windows color (decimal): -1619301 or 10177255. OLE color: 10177255.
HSL color Cylindrical-coordinate representation of color #E74A9B: hue angle of 329.04º 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 #E74A9B is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 155 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.09 |
| HSL | 329.04º | 0.77% | 0.6% | - |
| HSV(B) | 329.04º | 0.68% | 0.91% | - |
| XYZ | 41.32 | 24.25 | 33.51 | - |
| YUV | 130.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 155 | 0 | 0.68 | 0.33 | 0.09 | 329.04 | 0.77 | 0.6 |
| Hex | E7 | 4A | 9B | 0 | 44 | 21 | 9 | 149 | 4D | 3C |
| Octal | 347 | 112 | 233 | 0 | 104 | 41 | 11 | 511 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10011011 | 0 | 1000100 | 100001 | 1001 | 101001001 | 1001101 | 111100 |
Color Harmonies of #E74A9B
Complementary color
Monochromatic Colors of #E74A9B
Black with #E74A9B
Text Example
Text Example
White with #E74A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A9B; }
p { color: rgb(231,74,155); }
H1.HeaderClassName
{
color: #E74A9B;
}
.AnyTagClassName
{
color: #E74A9B;
}
</style>
background-color css
<style>
a { background-color: #E74A9B; }
a { background-color: rgb(231,74,155); }
div.DivClassName
{
background-color: #E74A9B;
}
.BgClassName
{
background-color: #E74A9B;
}
</style>
border-color css
<style>
span { border-color: #E74A9B; }
span { border-color: rgb(231,74,155); }
td.TdClassName
{
border-color: #E74A9B;
}
.TagClassName
{
border-color: #E74A9B;
}
</style>