Shades of French Rose #E14B9B
Tints of French Rose #E14B9B
RGB
CMYK
RGB Variations
Color information
#E14B9B (or 0xE14B9B) is known color: French Rose. HEX triplet: E1, 4B and 9B. RGB value is (225,75,155). Sum of RGB (Red+Green+Blue) = 225+75+155=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14B9B is #1EB464. Grayscale: #808080. Windows color (decimal): -2012261 or 10177505. OLE color: 10177505.
HSL color Cylindrical-coordinate representation of color #E14B9B: hue angle of 328º degrees, saturation: 0.71, 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 #E14B9B is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 155 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.12 |
| HSL | 328º | 0.71% | 0.59% | - |
| HSV(B) | 328º | 0.67% | 0.88% | - |
| XYZ | 39.48 | 23.41 | 33.45 | - |
| YUV | 128.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 155 | 0 | 0.67 | 0.31 | 0.12 | 328 | 0.71 | 0.59 |
| Hex | E1 | 4B | 9B | 0 | 43 | 1F | C | 148 | 47 | 3B |
| Octal | 341 | 113 | 233 | 0 | 103 | 37 | 14 | 510 | 107 | 73 |
| Binary | 11100001 | 1001011 | 10011011 | 0 | 1000011 | 11111 | 1100 | 101001000 | 1000111 | 111011 |
Color Harmonies of #E14B9B
Complementary color
Monochromatic Colors of #E14B9B
Black with #E14B9B
Text Example
Text Example
White with #E14B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B9B; }
p { color: rgb(225,75,155); }
H1.HeaderClassName
{
color: #E14B9B;
}
.AnyTagClassName
{
color: #E14B9B;
}
</style>
background-color css
<style>
a { background-color: #E14B9B; }
a { background-color: rgb(225,75,155); }
div.DivClassName
{
background-color: #E14B9B;
}
.BgClassName
{
background-color: #E14B9B;
}
</style>
border-color css
<style>
span { border-color: #E14B9B; }
span { border-color: rgb(225,75,155); }
td.TdClassName
{
border-color: #E14B9B;
}
.TagClassName
{
border-color: #E14B9B;
}
</style>