Shades of French Rose #EA499B
Tints of French Rose #EA499B
RGB
CMYK
RGB Variations
Color information
#EA499B (or 0xEA499B) is known color: French Rose. HEX triplet: EA, 49 and 9B. RGB value is (234,73,155). Sum of RGB (Red+Green+Blue) = 234+73+155=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA499B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA499B is #15B664. Grayscale: #828282. Windows color (decimal): -1422949 or 10177002. OLE color: 10177002.
HSL color Cylindrical-coordinate representation of color #EA499B: hue angle of 329.44º 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 #EA499B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 155 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.08 |
| HSL | 329.44º | 0.79% | 0.6% | - |
| HSV(B) | 329.44º | 0.69% | 0.92% | - |
| XYZ | 42.23 | 24.62 | 33.54 | - |
| YUV | 130.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 155 | 0 | 0.69 | 0.34 | 0.08 | 329.44 | 0.79 | 0.6 |
| Hex | EA | 49 | 9B | 0 | 45 | 22 | 8 | 149 | 4F | 3C |
| Octal | 352 | 111 | 233 | 0 | 105 | 42 | 10 | 511 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10011011 | 0 | 1000101 | 100010 | 1000 | 101001001 | 1001111 | 111100 |
Color Harmonies of #EA499B
Complementary color
Monochromatic Colors of #EA499B
Black with #EA499B
Text Example
Text Example
White with #EA499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA499B; }
p { color: rgb(234,73,155); }
H1.HeaderClassName
{
color: #EA499B;
}
.AnyTagClassName
{
color: #EA499B;
}
</style>
background-color css
<style>
a { background-color: #EA499B; }
a { background-color: rgb(234,73,155); }
div.DivClassName
{
background-color: #EA499B;
}
.BgClassName
{
background-color: #EA499B;
}
</style>
border-color css
<style>
span { border-color: #EA499B; }
span { border-color: rgb(234,73,155); }
td.TdClassName
{
border-color: #EA499B;
}
.TagClassName
{
border-color: #EA499B;
}
</style>