Shades of French Rose #EA4999
Tints of French Rose #EA4999
RGB
CMYK
RGB Variations
Color information
#EA4999 (or 0xEA4999) is known color: French Rose. HEX triplet: EA, 49 and 99. RGB value is (234,73,153). Sum of RGB (Red+Green+Blue) = 234+73+153=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4999 is #15B666. Grayscale: #828282. Windows color (decimal): -1422951 or 10045930. OLE color: 10045930.
HSL color Cylindrical-coordinate representation of color #EA4999: hue angle of 330.19º 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 #EA4999 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 153 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.08 |
| HSL | 330.19º | 0.79% | 0.6% | - |
| HSV(B) | 330.19º | 0.69% | 0.92% | - |
| XYZ | 42.06 | 24.56 | 32.66 | - |
| YUV | 130.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 153 | 0 | 0.69 | 0.35 | 0.08 | 330.19 | 0.79 | 0.6 |
| Hex | EA | 49 | 99 | 0 | 45 | 23 | 8 | 14A | 4F | 3C |
| Octal | 352 | 111 | 231 | 0 | 105 | 43 | 10 | 512 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10011001 | 0 | 1000101 | 100011 | 1000 | 101001010 | 1001111 | 111100 |
Color Harmonies of #EA4999
Complementary color
Monochromatic Colors of #EA4999
Black with #EA4999
Text Example
Text Example
White with #EA4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4999; }
p { color: rgb(234,73,153); }
H1.HeaderClassName
{
color: #EA4999;
}
.AnyTagClassName
{
color: #EA4999;
}
</style>
background-color css
<style>
a { background-color: #EA4999; }
a { background-color: rgb(234,73,153); }
div.DivClassName
{
background-color: #EA4999;
}
.BgClassName
{
background-color: #EA4999;
}
</style>
border-color css
<style>
span { border-color: #EA4999; }
span { border-color: rgb(234,73,153); }
td.TdClassName
{
border-color: #EA4999;
}
.TagClassName
{
border-color: #EA4999;
}
</style>