Shades of French Rose #EA4D90
Tints of French Rose #EA4D90
RGB
CMYK
RGB Variations
Color information
#EA4D90 (or 0xEA4D90) is known color: French Rose. HEX triplet: EA, 4D and 90. RGB value is (234,77,144). Sum of RGB (Red+Green+Blue) = 234+77+144=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D90 is #15B26F. Grayscale: #838383. Windows color (decimal): -1421936 or 9457130. OLE color: 9457130.
HSL color Cylindrical-coordinate representation of color #EA4D90: hue angle of 334.39º 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 #EA4D90 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 144 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.08 |
| HSL | 334.39º | 0.79% | 0.61% | - |
| HSV(B) | 334.39º | 0.67% | 0.92% | - |
| XYZ | 41.62 | 24.81 | 28.98 | - |
| YUV | 131.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 144 | 0 | 0.67 | 0.38 | 0.08 | 334.39 | 0.79 | 0.61 |
| Hex | EA | 4D | 90 | 0 | 43 | 26 | 8 | 14E | 4F | 3D |
| Octal | 352 | 115 | 220 | 0 | 103 | 46 | 10 | 516 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10010000 | 0 | 1000011 | 100110 | 1000 | 101001110 | 1001111 | 111101 |
Color Harmonies of #EA4D90
Complementary color
Monochromatic Colors of #EA4D90
Black with #EA4D90
Text Example
Text Example
White with #EA4D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D90; }
p { color: rgb(234,77,144); }
H1.HeaderClassName
{
color: #EA4D90;
}
.AnyTagClassName
{
color: #EA4D90;
}
</style>
background-color css
<style>
a { background-color: #EA4D90; }
a { background-color: rgb(234,77,144); }
div.DivClassName
{
background-color: #EA4D90;
}
.BgClassName
{
background-color: #EA4D90;
}
</style>
border-color css
<style>
span { border-color: #EA4D90; }
span { border-color: rgb(234,77,144); }
td.TdClassName
{
border-color: #EA4D90;
}
.TagClassName
{
border-color: #EA4D90;
}
</style>