Shades of French Rose #EA4988
Tints of French Rose #EA4988
RGB
CMYK
RGB Variations
Color information
#EA4988 (or 0xEA4988) is known color: French Rose. HEX triplet: EA, 49 and 88. RGB value is (234,73,136). Sum of RGB (Red+Green+Blue) = 234+73+136=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4988 is #15B677. Grayscale: #808080. Windows color (decimal): -1422968 or 8931818. OLE color: 8931818.
HSL color Cylindrical-coordinate representation of color #EA4988: hue angle of 336.52º 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 #EA4988 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 136 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.08 |
| HSL | 336.52º | 0.79% | 0.6% | - |
| HSV(B) | 336.52º | 0.69% | 0.92% | - |
| XYZ | 40.76 | 24.04 | 25.78 | - |
| YUV | 128.32 | 132.34 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 136 | 0 | 0.69 | 0.42 | 0.08 | 336.52 | 0.79 | 0.6 |
| Hex | EA | 49 | 88 | 0 | 45 | 2A | 8 | 151 | 4F | 3C |
| Octal | 352 | 111 | 210 | 0 | 105 | 52 | 10 | 521 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10001000 | 0 | 1000101 | 101010 | 1000 | 101010001 | 1001111 | 111100 |
Color Harmonies of #EA4988
Complementary color
Monochromatic Colors of #EA4988
Black with #EA4988
Text Example
Text Example
White with #EA4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4988; }
p { color: rgb(234,73,136); }
H1.HeaderClassName
{
color: #EA4988;
}
.AnyTagClassName
{
color: #EA4988;
}
</style>
background-color css
<style>
a { background-color: #EA4988; }
a { background-color: rgb(234,73,136); }
div.DivClassName
{
background-color: #EA4988;
}
.BgClassName
{
background-color: #EA4988;
}
</style>
border-color css
<style>
span { border-color: #EA4988; }
span { border-color: rgb(234,73,136); }
td.TdClassName
{
border-color: #EA4988;
}
.TagClassName
{
border-color: #EA4988;
}
</style>