Shades of French Rose #EF538B
Tints of French Rose #EF538B
RGB
CMYK
RGB Variations
Color information
#EF538B (or 0xEF538B) is known color: French Rose. HEX triplet: EF, 53 and 8B. RGB value is (239,83,139). Sum of RGB (Red+Green+Blue) = 239+83+139=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF538B is #10AC74. Grayscale: #878787. Windows color (decimal): -1092725 or 9130991. OLE color: 9130991.
HSL color Cylindrical-coordinate representation of color #EF538B: hue angle of 338.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF538B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 139 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.06 |
| HSL | 338.46º | 0.83% | 0.63% | - |
| HSV(B) | 338.46º | 0.65% | 0.94% | - |
| XYZ | 43.35 | 26.4 | 27.24 | - |
| YUV | 136.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 139 | 0 | 0.65 | 0.42 | 0.06 | 338.46 | 0.83 | 0.63 |
| Hex | EF | 53 | 8B | 0 | 41 | 2A | 6 | 152 | 53 | 3F |
| Octal | 357 | 123 | 213 | 0 | 101 | 52 | 6 | 522 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10001011 | 0 | 1000001 | 101010 | 110 | 101010010 | 1010011 | 111111 |
Color Harmonies of #EF538B
Complementary color
Monochromatic Colors of #EF538B
Black with #EF538B
Text Example
Text Example
White with #EF538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF538B; }
p { color: rgb(239,83,139); }
H1.HeaderClassName
{
color: #EF538B;
}
.AnyTagClassName
{
color: #EF538B;
}
</style>
background-color css
<style>
a { background-color: #EF538B; }
a { background-color: rgb(239,83,139); }
div.DivClassName
{
background-color: #EF538B;
}
.BgClassName
{
background-color: #EF538B;
}
</style>
border-color css
<style>
span { border-color: #EF538B; }
span { border-color: rgb(239,83,139); }
td.TdClassName
{
border-color: #EF538B;
}
.TagClassName
{
border-color: #EF538B;
}
</style>