Shades of French Rose #E14A9B
Tints of French Rose #E14A9B
RGB
CMYK
RGB Variations
Color information
#E14A9B (or 0xE14A9B) is known color: French Rose. HEX triplet: E1, 4A and 9B. RGB value is (225,74,155). Sum of RGB (Red+Green+Blue) = 225+74+155=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A9B is #1EB564. Grayscale: #808080. Windows color (decimal): -2012517 or 10177249. OLE color: 10177249.
HSL color Cylindrical-coordinate representation of color #E14A9B: hue angle of 327.81º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A9B is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 155 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.12 |
| HSL | 327.81º | 0.72% | 0.59% | - |
| HSV(B) | 327.81º | 0.67% | 0.88% | - |
| XYZ | 39.42 | 23.27 | 33.42 | - |
| YUV | 128.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 155 | 0 | 0.67 | 0.31 | 0.12 | 327.81 | 0.72 | 0.59 |
| Hex | E1 | 4A | 9B | 0 | 43 | 1F | C | 148 | 48 | 3B |
| Octal | 341 | 112 | 233 | 0 | 103 | 37 | 14 | 510 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10011011 | 0 | 1000011 | 11111 | 1100 | 101001000 | 1001000 | 111011 |
Color Harmonies of #E14A9B
Complementary color
Monochromatic Colors of #E14A9B
Black with #E14A9B
Text Example
Text Example
White with #E14A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A9B; }
p { color: rgb(225,74,155); }
H1.HeaderClassName
{
color: #E14A9B;
}
.AnyTagClassName
{
color: #E14A9B;
}
</style>
background-color css
<style>
a { background-color: #E14A9B; }
a { background-color: rgb(225,74,155); }
div.DivClassName
{
background-color: #E14A9B;
}
.BgClassName
{
background-color: #E14A9B;
}
</style>
border-color css
<style>
span { border-color: #E14A9B; }
span { border-color: rgb(225,74,155); }
td.TdClassName
{
border-color: #E14A9B;
}
.TagClassName
{
border-color: #E14A9B;
}
</style>