Shades of French Rose #EA4C99
Tints of French Rose #EA4C99
RGB
CMYK
RGB Variations
Color information
#EA4C99 (or 0xEA4C99) is known color: French Rose. HEX triplet: EA, 4C and 99. RGB value is (234,76,153). Sum of RGB (Red+Green+Blue) = 234+76+153=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4C99 is #15B366. Grayscale: #838383. Windows color (decimal): -1422183 or 10046698. OLE color: 10046698.
HSL color Cylindrical-coordinate representation of color #EA4C99: hue angle of 330.76º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4C99 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 153 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.08 |
| HSL | 330.76º | 0.79% | 0.61% | - |
| HSV(B) | 330.76º | 0.68% | 0.92% | - |
| XYZ | 42.27 | 24.96 | 32.73 | - |
| YUV | 132.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 153 | 0 | 0.68 | 0.35 | 0.08 | 330.76 | 0.79 | 0.61 |
| Hex | EA | 4C | 99 | 0 | 44 | 23 | 8 | 14B | 4F | 3D |
| Octal | 352 | 114 | 231 | 0 | 104 | 43 | 10 | 513 | 117 | 75 |
| Binary | 11101010 | 1001100 | 10011001 | 0 | 1000100 | 100011 | 1000 | 101001011 | 1001111 | 111101 |
Color Harmonies of #EA4C99
Complementary color
Monochromatic Colors of #EA4C99
Black with #EA4C99
Text Example
Text Example
White with #EA4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4C99; }
p { color: rgb(234,76,153); }
H1.HeaderClassName
{
color: #EA4C99;
}
.AnyTagClassName
{
color: #EA4C99;
}
</style>
background-color css
<style>
a { background-color: #EA4C99; }
a { background-color: rgb(234,76,153); }
div.DivClassName
{
background-color: #EA4C99;
}
.BgClassName
{
background-color: #EA4C99;
}
</style>
border-color css
<style>
span { border-color: #EA4C99; }
span { border-color: rgb(234,76,153); }
td.TdClassName
{
border-color: #EA4C99;
}
.TagClassName
{
border-color: #EA4C99;
}
</style>