Shades of French Rose #E34B9A
Tints of French Rose #E34B9A
RGB
CMYK
RGB Variations
Color information
#E34B9A (or 0xE34B9A) is known color: French Rose. HEX triplet: E3, 4B and 9A. RGB value is (227,75,154). Sum of RGB (Red+Green+Blue) = 227+75+154=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34B9A is #1CB465. Grayscale: #818181. Windows color (decimal): -1881190 or 10111971. OLE color: 10111971.
HSL color Cylindrical-coordinate representation of color #E34B9A: hue angle of 328.82º 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 #E34B9A is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 154 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.11 |
| HSL | 328.82º | 0.73% | 0.59% | - |
| HSV(B) | 328.82º | 0.67% | 0.89% | - |
| XYZ | 40.03 | 23.7 | 33.04 | - |
| YUV | 129.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 154 | 0 | 0.67 | 0.32 | 0.11 | 328.82 | 0.73 | 0.59 |
| Hex | E3 | 4B | 9A | 0 | 43 | 20 | B | 149 | 49 | 3B |
| Octal | 343 | 113 | 232 | 0 | 103 | 40 | 13 | 511 | 111 | 73 |
| Binary | 11100011 | 1001011 | 10011010 | 0 | 1000011 | 100000 | 1011 | 101001001 | 1001001 | 111011 |
Color Harmonies of #E34B9A
Complementary color
Monochromatic Colors of #E34B9A
Black with #E34B9A
Text Example
Text Example
White with #E34B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34B9A; }
p { color: rgb(227,75,154); }
H1.HeaderClassName
{
color: #E34B9A;
}
.AnyTagClassName
{
color: #E34B9A;
}
</style>
background-color css
<style>
a { background-color: #E34B9A; }
a { background-color: rgb(227,75,154); }
div.DivClassName
{
background-color: #E34B9A;
}
.BgClassName
{
background-color: #E34B9A;
}
</style>
border-color css
<style>
span { border-color: #E34B9A; }
span { border-color: rgb(227,75,154); }
td.TdClassName
{
border-color: #E34B9A;
}
.TagClassName
{
border-color: #E34B9A;
}
</style>