Shades of French Rose #E74E9A
Tints of French Rose #E74E9A
RGB
CMYK
RGB Variations
Color information
#E74E9A (or 0xE74E9A) is known color: French Rose. HEX triplet: E7, 4E and 9A. RGB value is (231,78,154). Sum of RGB (Red+Green+Blue) = 231+78+154=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74E9A is #18B165. Grayscale: #848484. Windows color (decimal): -1618278 or 10112743. OLE color: 10112743.
HSL color Cylindrical-coordinate representation of color #E74E9A: hue angle of 330.2º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74E9A is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 154 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.09 |
| HSL | 330.2º | 0.76% | 0.61% | - |
| HSV(B) | 330.2º | 0.66% | 0.91% | - |
| XYZ | 41.51 | 24.77 | 33.17 | - |
| YUV | 132.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 154 | 0 | 0.66 | 0.33 | 0.09 | 330.2 | 0.76 | 0.61 |
| Hex | E7 | 4E | 9A | 0 | 42 | 21 | 9 | 14A | 4C | 3D |
| Octal | 347 | 116 | 232 | 0 | 102 | 41 | 11 | 512 | 114 | 75 |
| Binary | 11100111 | 1001110 | 10011010 | 0 | 1000010 | 100001 | 1001 | 101001010 | 1001100 | 111101 |
Color Harmonies of #E74E9A
Complementary color
Monochromatic Colors of #E74E9A
Black with #E74E9A
Text Example
Text Example
White with #E74E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74E9A; }
p { color: rgb(231,78,154); }
H1.HeaderClassName
{
color: #E74E9A;
}
.AnyTagClassName
{
color: #E74E9A;
}
</style>
background-color css
<style>
a { background-color: #E74E9A; }
a { background-color: rgb(231,78,154); }
div.DivClassName
{
background-color: #E74E9A;
}
.BgClassName
{
background-color: #E74E9A;
}
</style>
border-color css
<style>
span { border-color: #E74E9A; }
span { border-color: rgb(231,78,154); }
td.TdClassName
{
border-color: #E74E9A;
}
.TagClassName
{
border-color: #E74E9A;
}
</style>