Shades of French Rose #E34F9C
Tints of French Rose #E34F9C
RGB
CMYK
RGB Variations
Color information
#E34F9C (or 0xE34F9C) is known color: French Rose. HEX triplet: E3, 4F and 9C. RGB value is (227,79,156). Sum of RGB (Red+Green+Blue) = 227+79+156=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F9C is #1CB063. Grayscale: #838383. Windows color (decimal): -1880164 or 10244067. OLE color: 10244067.
HSL color Cylindrical-coordinate representation of color #E34F9C: hue angle of 328.78º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34F9C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 156 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.11 |
| HSL | 328.78º | 0.73% | 0.6% | - |
| HSV(B) | 328.78º | 0.65% | 0.89% | - |
| XYZ | 40.48 | 24.32 | 34.01 | - |
| YUV | 132.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 156 | 0 | 0.65 | 0.31 | 0.11 | 328.78 | 0.73 | 0.6 |
| Hex | E3 | 4F | 9C | 0 | 41 | 1F | B | 149 | 49 | 3C |
| Octal | 343 | 117 | 234 | 0 | 101 | 37 | 13 | 511 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10011100 | 0 | 1000001 | 11111 | 1011 | 101001001 | 1001001 | 111100 |
Color Harmonies of #E34F9C
Complementary color
Monochromatic Colors of #E34F9C
Black with #E34F9C
Text Example
Text Example
White with #E34F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F9C; }
p { color: rgb(227,79,156); }
H1.HeaderClassName
{
color: #E34F9C;
}
.AnyTagClassName
{
color: #E34F9C;
}
</style>
background-color css
<style>
a { background-color: #E34F9C; }
a { background-color: rgb(227,79,156); }
div.DivClassName
{
background-color: #E34F9C;
}
.BgClassName
{
background-color: #E34F9C;
}
</style>
border-color css
<style>
span { border-color: #E34F9C; }
span { border-color: rgb(227,79,156); }
td.TdClassName
{
border-color: #E34F9C;
}
.TagClassName
{
border-color: #E34F9C;
}
</style>