Shades of French Rose #E34A9B
Tints of French Rose #E34A9B
RGB
CMYK
RGB Variations
Color information
#E34A9B (or 0xE34A9B) is known color: French Rose. HEX triplet: E3, 4A and 9B. RGB value is (227,74,155). Sum of RGB (Red+Green+Blue) = 227+74+155=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34A9B is #1CB564. Grayscale: #808080. Windows color (decimal): -1881445 or 10177251. OLE color: 10177251.
HSL color Cylindrical-coordinate representation of color #E34A9B: hue angle of 328.24º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34A9B is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 155 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.11 |
| HSL | 328.24º | 0.73% | 0.59% | - |
| HSV(B) | 328.24º | 0.67% | 0.89% | - |
| XYZ | 40.04 | 23.6 | 33.45 | - |
| YUV | 128.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 155 | 0 | 0.67 | 0.32 | 0.11 | 328.24 | 0.73 | 0.59 |
| Hex | E3 | 4A | 9B | 0 | 43 | 20 | B | 148 | 49 | 3B |
| Octal | 343 | 112 | 233 | 0 | 103 | 40 | 13 | 510 | 111 | 73 |
| Binary | 11100011 | 1001010 | 10011011 | 0 | 1000011 | 100000 | 1011 | 101001000 | 1001001 | 111011 |
Color Harmonies of #E34A9B
Complementary color
Monochromatic Colors of #E34A9B
Black with #E34A9B
Text Example
Text Example
White with #E34A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A9B; }
p { color: rgb(227,74,155); }
H1.HeaderClassName
{
color: #E34A9B;
}
.AnyTagClassName
{
color: #E34A9B;
}
</style>
background-color css
<style>
a { background-color: #E34A9B; }
a { background-color: rgb(227,74,155); }
div.DivClassName
{
background-color: #E34A9B;
}
.BgClassName
{
background-color: #E34A9B;
}
</style>
border-color css
<style>
span { border-color: #E34A9B; }
span { border-color: rgb(227,74,155); }
td.TdClassName
{
border-color: #E34A9B;
}
.TagClassName
{
border-color: #E34A9B;
}
</style>