Shades of French Rose #EA488B
Tints of French Rose #EA488B
RGB
CMYK
RGB Variations
Color information
#EA488B (or 0xEA488B) is known color: French Rose. HEX triplet: EA, 48 and 8B. RGB value is (234,72,139). Sum of RGB (Red+Green+Blue) = 234+72+139=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA488B is #15B774. Grayscale: #7F7F7F. Windows color (decimal): -1423221 or 9128170. OLE color: 9128170.
HSL color Cylindrical-coordinate representation of color #EA488B: hue angle of 335.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA488B is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 139 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.08 |
| HSL | 335.19º | 0.79% | 0.6% | - |
| HSV(B) | 335.19º | 0.69% | 0.92% | - |
| XYZ | 40.91 | 23.99 | 26.9 | - |
| YUV | 128.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 139 | 0 | 0.69 | 0.41 | 0.08 | 335.19 | 0.79 | 0.6 |
| Hex | EA | 48 | 8B | 0 | 45 | 29 | 8 | 14F | 4F | 3C |
| Octal | 352 | 110 | 213 | 0 | 105 | 51 | 10 | 517 | 117 | 74 |
| Binary | 11101010 | 1001000 | 10001011 | 0 | 1000101 | 101001 | 1000 | 101001111 | 1001111 | 111100 |
Color Harmonies of #EA488B
Complementary color
Monochromatic Colors of #EA488B
Black with #EA488B
Text Example
Text Example
White with #EA488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA488B; }
p { color: rgb(234,72,139); }
H1.HeaderClassName
{
color: #EA488B;
}
.AnyTagClassName
{
color: #EA488B;
}
</style>
background-color css
<style>
a { background-color: #EA488B; }
a { background-color: rgb(234,72,139); }
div.DivClassName
{
background-color: #EA488B;
}
.BgClassName
{
background-color: #EA488B;
}
</style>
border-color css
<style>
span { border-color: #EA488B; }
span { border-color: rgb(234,72,139); }
td.TdClassName
{
border-color: #EA488B;
}
.TagClassName
{
border-color: #EA488B;
}
</style>