Shades of French Rose #EA4A87
Tints of French Rose #EA4A87
RGB
CMYK
RGB Variations
Color information
#EA4A87 (or 0xEA4A87) is known color: French Rose. HEX triplet: EA, 4A and 87. RGB value is (234,74,135). Sum of RGB (Red+Green+Blue) = 234+74+135=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4A87 is #15B578. Grayscale: #808080. Windows color (decimal): -1422713 or 8866538. OLE color: 8866538.
HSL color Cylindrical-coordinate representation of color #EA4A87: hue angle of 337.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4A87 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 135 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.08 |
| HSL | 337.13º | 0.79% | 0.6% | - |
| HSV(B) | 337.13º | 0.68% | 0.92% | - |
| XYZ | 40.75 | 24.14 | 25.43 | - |
| YUV | 128.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 135 | 0 | 0.68 | 0.42 | 0.08 | 337.13 | 0.79 | 0.6 |
| Hex | EA | 4A | 87 | 0 | 44 | 2A | 8 | 151 | 4F | 3C |
| Octal | 352 | 112 | 207 | 0 | 104 | 52 | 10 | 521 | 117 | 74 |
| Binary | 11101010 | 1001010 | 10000111 | 0 | 1000100 | 101010 | 1000 | 101010001 | 1001111 | 111100 |
Color Harmonies of #EA4A87
Complementary color
Monochromatic Colors of #EA4A87
Black with #EA4A87
Text Example
Text Example
White with #EA4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4A87; }
p { color: rgb(234,74,135); }
H1.HeaderClassName
{
color: #EA4A87;
}
.AnyTagClassName
{
color: #EA4A87;
}
</style>
background-color css
<style>
a { background-color: #EA4A87; }
a { background-color: rgb(234,74,135); }
div.DivClassName
{
background-color: #EA4A87;
}
.BgClassName
{
background-color: #EA4A87;
}
</style>
border-color css
<style>
span { border-color: #EA4A87; }
span { border-color: rgb(234,74,135); }
td.TdClassName
{
border-color: #EA4A87;
}
.TagClassName
{
border-color: #EA4A87;
}
</style>