Shades of French Rose #EA508B
Tints of French Rose #EA508B
RGB
CMYK
RGB Variations
Color information
#EA508B (or 0xEA508B) is known color: French Rose. HEX triplet: EA, 50 and 8B. RGB value is (234,80,139). Sum of RGB (Red+Green+Blue) = 234+80+139=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA508B is #15AF74. Grayscale: #848484. Windows color (decimal): -1421173 or 9130218. OLE color: 9130218.
HSL color Cylindrical-coordinate representation of color #EA508B: hue angle of 337.01º 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 #EA508B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 139 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.08 |
| HSL | 337.01º | 0.79% | 0.62% | - |
| HSV(B) | 337.01º | 0.66% | 0.92% | - |
| XYZ | 41.46 | 25.09 | 27.08 | - |
| YUV | 132.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 139 | 0 | 0.66 | 0.41 | 0.08 | 337.01 | 0.79 | 0.62 |
| Hex | EA | 50 | 8B | 0 | 42 | 29 | 8 | 151 | 4F | 3E |
| Octal | 352 | 120 | 213 | 0 | 102 | 51 | 10 | 521 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10001011 | 0 | 1000010 | 101001 | 1000 | 101010001 | 1001111 | 111110 |
Color Harmonies of #EA508B
Complementary color
Monochromatic Colors of #EA508B
Black with #EA508B
Text Example
Text Example
White with #EA508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA508B; }
p { color: rgb(234,80,139); }
H1.HeaderClassName
{
color: #EA508B;
}
.AnyTagClassName
{
color: #EA508B;
}
</style>
background-color css
<style>
a { background-color: #EA508B; }
a { background-color: rgb(234,80,139); }
div.DivClassName
{
background-color: #EA508B;
}
.BgClassName
{
background-color: #EA508B;
}
</style>
border-color css
<style>
span { border-color: #EA508B; }
span { border-color: rgb(234,80,139); }
td.TdClassName
{
border-color: #EA508B;
}
.TagClassName
{
border-color: #EA508B;
}
</style>