Shades of French Rose #E34A9A
Tints of French Rose #E34A9A
RGB
CMYK
RGB Variations
Color information
#E34A9A (or 0xE34A9A) is known color: French Rose. HEX triplet: E3, 4A and 9A. RGB value is (227,74,154). Sum of RGB (Red+Green+Blue) = 227+74+154=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34A9A is #1CB565. Grayscale: #808080. Windows color (decimal): -1881446 or 10111715. OLE color: 10111715.
HSL color Cylindrical-coordinate representation of color #E34A9A: hue angle of 328.63º 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 #E34A9A is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 154 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.11 |
| HSL | 328.63º | 0.73% | 0.59% | - |
| HSV(B) | 328.63º | 0.67% | 0.89% | - |
| XYZ | 39.96 | 23.56 | 33.01 | - |
| YUV | 128.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 154 | 0 | 0.67 | 0.32 | 0.11 | 328.63 | 0.73 | 0.59 |
| Hex | E3 | 4A | 9A | 0 | 43 | 20 | B | 149 | 49 | 3B |
| Octal | 343 | 112 | 232 | 0 | 103 | 40 | 13 | 511 | 111 | 73 |
| Binary | 11100011 | 1001010 | 10011010 | 0 | 1000011 | 100000 | 1011 | 101001001 | 1001001 | 111011 |
Color Harmonies of #E34A9A
Complementary color
Monochromatic Colors of #E34A9A
Black with #E34A9A
Text Example
Text Example
White with #E34A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A9A; }
p { color: rgb(227,74,154); }
H1.HeaderClassName
{
color: #E34A9A;
}
.AnyTagClassName
{
color: #E34A9A;
}
</style>
background-color css
<style>
a { background-color: #E34A9A; }
a { background-color: rgb(227,74,154); }
div.DivClassName
{
background-color: #E34A9A;
}
.BgClassName
{
background-color: #E34A9A;
}
</style>
border-color css
<style>
span { border-color: #E34A9A; }
span { border-color: rgb(227,74,154); }
td.TdClassName
{
border-color: #E34A9A;
}
.TagClassName
{
border-color: #E34A9A;
}
</style>