Shades of French Rose #EA4E93
Tints of French Rose #EA4E93
RGB
CMYK
RGB Variations
Color information
#EA4E93 (or 0xEA4E93) is known color: French Rose. HEX triplet: EA, 4E and 93. RGB value is (234,78,147). Sum of RGB (Red+Green+Blue) = 234+78+147=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4E93 is #15B16C. Grayscale: #848484. Windows color (decimal): -1421677 or 9653994. OLE color: 9653994.
HSL color Cylindrical-coordinate representation of color #EA4E93: hue angle of 333.46º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4E93 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 147 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.08 |
| HSL | 333.46º | 0.79% | 0.61% | - |
| HSV(B) | 333.46º | 0.67% | 0.92% | - |
| XYZ | 41.92 | 25.05 | 30.23 | - |
| YUV | 132.51 | 136.18 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 147 | 0 | 0.67 | 0.37 | 0.08 | 333.46 | 0.79 | 0.61 |
| Hex | EA | 4E | 93 | 0 | 43 | 25 | 8 | 14D | 4F | 3D |
| Octal | 352 | 116 | 223 | 0 | 103 | 45 | 10 | 515 | 117 | 75 |
| Binary | 11101010 | 1001110 | 10010011 | 0 | 1000011 | 100101 | 1000 | 101001101 | 1001111 | 111101 |
Color Harmonies of #EA4E93
Complementary color
Monochromatic Colors of #EA4E93
Black with #EA4E93
Text Example
Text Example
White with #EA4E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E93; }
p { color: rgb(234,78,147); }
H1.HeaderClassName
{
color: #EA4E93;
}
.AnyTagClassName
{
color: #EA4E93;
}
</style>
background-color css
<style>
a { background-color: #EA4E93; }
a { background-color: rgb(234,78,147); }
div.DivClassName
{
background-color: #EA4E93;
}
.BgClassName
{
background-color: #EA4E93;
}
</style>
border-color css
<style>
span { border-color: #EA4E93; }
span { border-color: rgb(234,78,147); }
td.TdClassName
{
border-color: #EA4E93;
}
.TagClassName
{
border-color: #EA4E93;
}
</style>