Shades of French Rose #EA509A
Tints of French Rose #EA509A
RGB
CMYK
RGB Variations
Color information
#EA509A (or 0xEA509A) is known color: French Rose. HEX triplet: EA, 50 and 9A. RGB value is (234,80,154). Sum of RGB (Red+Green+Blue) = 234+80+154=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA509A is #15AF65. Grayscale: #868686. Windows color (decimal): -1421158 or 10113258. OLE color: 10113258.
HSL color Cylindrical-coordinate representation of color #EA509A: hue angle of 331.17º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA509A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 154 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.08 |
| HSL | 331.17º | 0.79% | 0.62% | - |
| HSV(B) | 331.17º | 0.66% | 0.92% | - |
| XYZ | 42.63 | 25.56 | 33.26 | - |
| YUV | 134.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 154 | 0 | 0.66 | 0.34 | 0.08 | 331.17 | 0.79 | 0.62 |
| Hex | EA | 50 | 9A | 0 | 42 | 22 | 8 | 14B | 4F | 3E |
| Octal | 352 | 120 | 232 | 0 | 102 | 42 | 10 | 513 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10011010 | 0 | 1000010 | 100010 | 1000 | 101001011 | 1001111 | 111110 |
Color Harmonies of #EA509A
Complementary color
Monochromatic Colors of #EA509A
Black with #EA509A
Text Example
Text Example
White with #EA509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA509A; }
p { color: rgb(234,80,154); }
H1.HeaderClassName
{
color: #EA509A;
}
.AnyTagClassName
{
color: #EA509A;
}
</style>
background-color css
<style>
a { background-color: #EA509A; }
a { background-color: rgb(234,80,154); }
div.DivClassName
{
background-color: #EA509A;
}
.BgClassName
{
background-color: #EA509A;
}
</style>
border-color css
<style>
span { border-color: #EA509A; }
span { border-color: rgb(234,80,154); }
td.TdClassName
{
border-color: #EA509A;
}
.TagClassName
{
border-color: #EA509A;
}
</style>