Shades of French Rose #E74A9A
Tints of French Rose #E74A9A
RGB
CMYK
RGB Variations
Color information
#E74A9A (or 0xE74A9A) is known color: French Rose. HEX triplet: E7, 4A and 9A. RGB value is (231,74,154). Sum of RGB (Red+Green+Blue) = 231+74+154=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74A9A is #18B565. Grayscale: #818181. Windows color (decimal): -1619302 or 10111719. OLE color: 10111719.
HSL color Cylindrical-coordinate representation of color #E74A9A: hue angle of 329.43º 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 #E74A9A is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 154 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.09 |
| HSL | 329.43º | 0.77% | 0.6% | - |
| HSV(B) | 329.43º | 0.68% | 0.91% | - |
| XYZ | 41.24 | 24.22 | 33.07 | - |
| YUV | 130.06 | 141.51 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 154 | 0 | 0.68 | 0.33 | 0.09 | 329.43 | 0.77 | 0.6 |
| Hex | E7 | 4A | 9A | 0 | 44 | 21 | 9 | 149 | 4D | 3C |
| Octal | 347 | 112 | 232 | 0 | 104 | 41 | 11 | 511 | 115 | 74 |
| Binary | 11100111 | 1001010 | 10011010 | 0 | 1000100 | 100001 | 1001 | 101001001 | 1001101 | 111100 |
Color Harmonies of #E74A9A
Complementary color
Monochromatic Colors of #E74A9A
Black with #E74A9A
Text Example
Text Example
White with #E74A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A9A; }
p { color: rgb(231,74,154); }
H1.HeaderClassName
{
color: #E74A9A;
}
.AnyTagClassName
{
color: #E74A9A;
}
</style>
background-color css
<style>
a { background-color: #E74A9A; }
a { background-color: rgb(231,74,154); }
div.DivClassName
{
background-color: #E74A9A;
}
.BgClassName
{
background-color: #E74A9A;
}
</style>
border-color css
<style>
span { border-color: #E74A9A; }
span { border-color: rgb(231,74,154); }
td.TdClassName
{
border-color: #E74A9A;
}
.TagClassName
{
border-color: #E74A9A;
}
</style>