Shades of Froly #EF6273
Tints of Froly #EF6273
RGB
CMYK
RGB Variations
Color information
#EF6273 (or 0xEF6273) is known color: Froly. HEX triplet: EF, 62 and 73. RGB value is (239,98,115). Sum of RGB (Red+Green+Blue) = 239+98+115=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6273 is #109D8C. Grayscale: #8E8E8E. Windows color (decimal): -1088909 or 7561967. OLE color: 7561967.
HSL color Cylindrical-coordinate representation of color #EF6273: hue angle of 352.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF6273 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 115 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.06 |
| HSL | 352.77º | 0.82% | 0.66% | - |
| HSV(B) | 352.77º | 0.59% | 0.94% | - |
| XYZ | 43.06 | 28.32 | 19.42 | - |
| YUV | 142.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 115 | 0 | 0.59 | 0.52 | 0.06 | 352.77 | 0.82 | 0.66 |
| Hex | EF | 62 | 73 | 0 | 3B | 34 | 6 | 161 | 52 | 42 |
| Octal | 357 | 142 | 163 | 0 | 73 | 64 | 6 | 541 | 122 | 102 |
| Binary | 11101111 | 1100010 | 1110011 | 0 | 111011 | 110100 | 110 | 101100001 | 1010010 | 1000010 |
Color Harmonies of #EF6273
Complementary color
Monochromatic Colors of #EF6273
Black with #EF6273
Text Example
Text Example
White with #EF6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6273; }
p { color: rgb(239,98,115); }
H1.HeaderClassName
{
color: #EF6273;
}
.AnyTagClassName
{
color: #EF6273;
}
</style>
background-color css
<style>
a { background-color: #EF6273; }
a { background-color: rgb(239,98,115); }
div.DivClassName
{
background-color: #EF6273;
}
.BgClassName
{
background-color: #EF6273;
}
</style>
border-color css
<style>
span { border-color: #EF6273; }
span { border-color: rgb(239,98,115); }
td.TdClassName
{
border-color: #EF6273;
}
.TagClassName
{
border-color: #EF6273;
}
</style>