Shades of French Rose #E14C93
Tints of French Rose #E14C93
RGB
CMYK
RGB Variations
Color information
#E14C93 (or 0xE14C93) is known color: French Rose. HEX triplet: E1, 4C and 93. RGB value is (225,76,147). Sum of RGB (Red+Green+Blue) = 225+76+147=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C93 is #1EB36C. Grayscale: #808080. Windows color (decimal): -2012013 or 9653473. OLE color: 9653473.
HSL color Cylindrical-coordinate representation of color #E14C93: hue angle of 331.41º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14C93 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 147 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.12 |
| HSL | 331.41º | 0.71% | 0.59% | - |
| HSV(B) | 331.41º | 0.66% | 0.88% | - |
| XYZ | 38.9 | 23.28 | 30.05 | - |
| YUV | 128.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 147 | 0 | 0.66 | 0.35 | 0.12 | 331.41 | 0.71 | 0.59 |
| Hex | E1 | 4C | 93 | 0 | 42 | 23 | C | 14B | 47 | 3B |
| Octal | 341 | 114 | 223 | 0 | 102 | 43 | 14 | 513 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10010011 | 0 | 1000010 | 100011 | 1100 | 101001011 | 1000111 | 111011 |
Color Harmonies of #E14C93
Complementary color
Monochromatic Colors of #E14C93
Black with #E14C93
Text Example
Text Example
White with #E14C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C93; }
p { color: rgb(225,76,147); }
H1.HeaderClassName
{
color: #E14C93;
}
.AnyTagClassName
{
color: #E14C93;
}
</style>
background-color css
<style>
a { background-color: #E14C93; }
a { background-color: rgb(225,76,147); }
div.DivClassName
{
background-color: #E14C93;
}
.BgClassName
{
background-color: #E14C93;
}
</style>
border-color css
<style>
span { border-color: #E14C93; }
span { border-color: rgb(225,76,147); }
td.TdClassName
{
border-color: #E14C93;
}
.TagClassName
{
border-color: #E14C93;
}
</style>