Shades of French Rose #EA4D9A
Tints of French Rose #EA4D9A
RGB
CMYK
RGB Variations
Color information
#EA4D9A (or 0xEA4D9A) is known color: French Rose. HEX triplet: EA, 4D and 9A. RGB value is (234,77,154). Sum of RGB (Red+Green+Blue) = 234+77+154=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D9A is #15B265. Grayscale: #848484. Windows color (decimal): -1421926 or 10112490. OLE color: 10112490.
HSL color Cylindrical-coordinate representation of color #EA4D9A: hue angle of 330.57º 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 #EA4D9A is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 154 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.08 |
| HSL | 330.57º | 0.79% | 0.61% | - |
| HSV(B) | 330.57º | 0.67% | 0.92% | - |
| XYZ | 42.42 | 25.13 | 33.19 | - |
| YUV | 132.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 154 | 0 | 0.67 | 0.34 | 0.08 | 330.57 | 0.79 | 0.61 |
| Hex | EA | 4D | 9A | 0 | 43 | 22 | 8 | 14B | 4F | 3D |
| Octal | 352 | 115 | 232 | 0 | 103 | 42 | 10 | 513 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10011010 | 0 | 1000011 | 100010 | 1000 | 101001011 | 1001111 | 111101 |
Color Harmonies of #EA4D9A
Complementary color
Monochromatic Colors of #EA4D9A
Black with #EA4D9A
Text Example
Text Example
White with #EA4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D9A; }
p { color: rgb(234,77,154); }
H1.HeaderClassName
{
color: #EA4D9A;
}
.AnyTagClassName
{
color: #EA4D9A;
}
</style>
background-color css
<style>
a { background-color: #EA4D9A; }
a { background-color: rgb(234,77,154); }
div.DivClassName
{
background-color: #EA4D9A;
}
.BgClassName
{
background-color: #EA4D9A;
}
</style>
border-color css
<style>
span { border-color: #EA4D9A; }
span { border-color: rgb(234,77,154); }
td.TdClassName
{
border-color: #EA4D9A;
}
.TagClassName
{
border-color: #EA4D9A;
}
</style>