Shades of French Rose #EF528E
Tints of French Rose #EF528E
RGB
CMYK
RGB Variations
Color information
#EF528E (or 0xEF528E) is known color: French Rose. HEX triplet: EF, 52 and 8E. RGB value is (239,82,142). Sum of RGB (Red+Green+Blue) = 239+82+142=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF528E is #10AD71. Grayscale: #878787. Windows color (decimal): -1092978 or 9327343. OLE color: 9327343.
HSL color Cylindrical-coordinate representation of color #EF528E: hue angle of 337.07º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF528E is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 142 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.06 |
| HSL | 337.07º | 0.83% | 0.63% | - |
| HSV(B) | 337.07º | 0.66% | 0.94% | - |
| XYZ | 43.5 | 26.34 | 28.38 | - |
| YUV | 135.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 142 | 0 | 0.66 | 0.41 | 0.06 | 337.07 | 0.83 | 0.63 |
| Hex | EF | 52 | 8E | 0 | 42 | 29 | 6 | 151 | 53 | 3F |
| Octal | 357 | 122 | 216 | 0 | 102 | 51 | 6 | 521 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10001110 | 0 | 1000010 | 101001 | 110 | 101010001 | 1010011 | 111111 |
Color Harmonies of #EF528E
Complementary color
Monochromatic Colors of #EF528E
Black with #EF528E
Text Example
Text Example
White with #EF528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF528E; }
p { color: rgb(239,82,142); }
H1.HeaderClassName
{
color: #EF528E;
}
.AnyTagClassName
{
color: #EF528E;
}
</style>
background-color css
<style>
a { background-color: #EF528E; }
a { background-color: rgb(239,82,142); }
div.DivClassName
{
background-color: #EF528E;
}
.BgClassName
{
background-color: #EF528E;
}
</style>
border-color css
<style>
span { border-color: #EF528E; }
span { border-color: rgb(239,82,142); }
td.TdClassName
{
border-color: #EF528E;
}
.TagClassName
{
border-color: #EF528E;
}
</style>