Shades of French Rose #EA538F
Tints of French Rose #EA538F
RGB
CMYK
RGB Variations
Color information
#EA538F (or 0xEA538F) is known color: French Rose. HEX triplet: EA, 53 and 8F. RGB value is (234,83,143). Sum of RGB (Red+Green+Blue) = 234+83+143=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA538F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA538F is #15AC70. Grayscale: #868686. Windows color (decimal): -1420401 or 9393130. OLE color: 9393130.
HSL color Cylindrical-coordinate representation of color #EA538F: hue angle of 336.16º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA538F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 143 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.08 |
| HSL | 336.16º | 0.78% | 0.62% | - |
| HSV(B) | 336.16º | 0.65% | 0.92% | - |
| XYZ | 41.98 | 25.66 | 28.73 | - |
| YUV | 134.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 143 | 0 | 0.65 | 0.39 | 0.08 | 336.16 | 0.78 | 0.62 |
| Hex | EA | 53 | 8F | 0 | 41 | 27 | 8 | 150 | 4E | 3E |
| Octal | 352 | 123 | 217 | 0 | 101 | 47 | 10 | 520 | 116 | 76 |
| Binary | 11101010 | 1010011 | 10001111 | 0 | 1000001 | 100111 | 1000 | 101010000 | 1001110 | 111110 |
Color Harmonies of #EA538F
Complementary color
Monochromatic Colors of #EA538F
Black with #EA538F
Text Example
Text Example
White with #EA538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA538F; }
p { color: rgb(234,83,143); }
H1.HeaderClassName
{
color: #EA538F;
}
.AnyTagClassName
{
color: #EA538F;
}
</style>
background-color css
<style>
a { background-color: #EA538F; }
a { background-color: rgb(234,83,143); }
div.DivClassName
{
background-color: #EA538F;
}
.BgClassName
{
background-color: #EA538F;
}
</style>
border-color css
<style>
span { border-color: #EA538F; }
span { border-color: rgb(234,83,143); }
td.TdClassName
{
border-color: #EA538F;
}
.TagClassName
{
border-color: #EA538F;
}
</style>